From 40cc3b7ba838204790fcba986205fefb07525d2a Mon Sep 17 00:00:00 2001 From: Vyacheslav Egorov Date: Fri, 11 Apr 2025 20:48:49 +0300 Subject: [PATCH] Enable the A64 unwinding test --- tests/CodeAllocator.test.cpp | 2 -- 1 file changed, 2 deletions(-) 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