diff --git a/nautilus/test/benchmark/TracingBenchmark.cpp b/nautilus/test/benchmark/TracingBenchmark.cpp index a086c454..d03fa32e 100644 --- a/nautilus/test/benchmark/TracingBenchmark.cpp +++ b/nautilus/test/benchmark/TracingBenchmark.cpp @@ -32,7 +32,6 @@ static auto tests = std::vector>> {"staticLoop", details::createFunctionWrapper(staticLoop)}, {"fibonacci", details::createFunctionWrapper(fibonacci)}, {"gcd", details::createFunctionWrapper(gcd)}, - {"forBreak", details::createFunctionWrapper(forBreak)}, }; TEST_CASE("Tracing Benchmark") {