diff --git a/tests/src/unit-allocator.cpp b/tests/src/unit-allocator.cpp index 6de79871c..e0cdc13d1 100644 --- a/tests/src/unit-allocator.cpp +++ b/tests/src/unit-allocator.cpp @@ -286,7 +286,7 @@ struct NAlloc alloc() { - }; + } virtual ~NAlloc() { } @@ -424,4 +424,4 @@ TEST_CASE("controlled bad_alloc_rt_string") next_construct_fails = false; } } -} \ No newline at end of file +}