diff --git a/test/test_mem.cpp b/test/test_mem.cpp index e52dee2..6f96b3d 100644 --- a/test/test_mem.cpp +++ b/test/test_mem.cpp @@ -112,7 +112,7 @@ void benchmark_alloc() { void Unit::test_alloc_free() { benchmark_alloc(); - benchmark_alloc(); + benchmark_alloc(); } template