Enable the A64 unwinding test

This commit is contained in:
Vyacheslav Egorov 2025-04-11 20:48:49 +03:00
parent ee1c6bf0db
commit 40cc3b7ba8

View file

@ -832,7 +832,6 @@ TEST_CASE("GeneratedCodeExecutionA64")
CHECK(result == 42); CHECK(result == 42);
} }
#if 0
static void throwing(int64_t arg) static void throwing(int64_t arg)
{ {
CHECK(arg == 25); CHECK(arg == 25);
@ -915,7 +914,6 @@ TEST_CASE("GeneratedCodeExecutionWithThrowA64")
CHECK(strcmp(error.what(), "testing") == 0); CHECK(strcmp(error.what(), "testing") == 0);
} }
} }
#endif
#endif #endif