Merge branch 'master' into merge

This commit is contained in:
Menarul Alam 2025-04-11 14:55:17 -07:00
commit c3f6c48e2f

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