diff --git a/tests/CodeAllocator.test.cpp b/tests/CodeAllocator.test.cpp index c236b49c..953f7110 100644 --- a/tests/CodeAllocator.test.cpp +++ b/tests/CodeAllocator.test.cpp @@ -832,7 +832,6 @@ TEST_CASE("GeneratedCodeExecutionA64") CHECK(result == 42); } -#if 0 static void throwing(int64_t arg) { CHECK(arg == 25); @@ -915,7 +914,6 @@ TEST_CASE("GeneratedCodeExecutionWithThrowA64") CHECK(strcmp(error.what(), "testing") == 0); } } -#endif #endif