mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-16 09:54:02 +01:00
Enable the A64 unwinding test (#1769)
This commit is contained in:
parent
ee1c6bf0db
commit
cbe078b3b4
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue