Enable the A64 unwinding test (#1769)

This commit is contained in:
vegorov-rbx 2025-04-11 11:33:06 -07:00 committed by GitHub
parent ee1c6bf0db
commit cbe078b3b4
Signed by: DevComp
GPG key ID: B5690EEEBB952194

View file

@ -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