From 0fbb7a2e0dd6f2bf75b74582b74769c2564d9a1b Mon Sep 17 00:00:00 2001 From: momo5502 Date: Sat, 5 Apr 2025 09:28:01 +0200 Subject: [PATCH] Revert "Disable exceptions for now" This reverts commit 3391780c2f79ea754ba191bea9b3490b5a9803cf. --- src/samples/test-sample/test.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/samples/test-sample/test.cpp b/src/samples/test-sample/test.cpp index 6cbf7349..a63db430 100644 --- a/src/samples/test-sample/test.cpp +++ b/src/samples/test-sample/test.cpp @@ -417,8 +417,8 @@ int main(const int argc, const char* argv[]) RUN_TEST(test_registry, "Registry") RUN_TEST(test_threads, "Threads") RUN_TEST(test_env, "Environment") - // RUN_TEST(test_exceptions, "Exceptions") - // RUN_TEST(test_native_exceptions, "Native Exceptions") + RUN_TEST(test_exceptions, "Exceptions") + RUN_TEST(test_native_exceptions, "Native Exceptions") RUN_TEST(test_tls, "TLS") RUN_TEST(test_socket, "Socket")