diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/maid_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/maid_test.cpp b/test/maid_test.cpp index d6ee1db..0cd8293 100644 --- a/test/maid_test.cpp +++ b/test/maid_test.cpp @@ -74,7 +74,7 @@ test() maid.dispose(nullptr); // Mustn't crash - // All referenes dropped, but deletion deferred + // All references dropped, but deletion deferred assert(n_junk == 2); // Trigger actual deletion |