Revert "Disable exceptions for now"

This reverts commit 3391780c2f.
This commit is contained in:
momo5502
2025-04-05 09:28:01 +02:00
parent 3de9043299
commit 0fbb7a2e0d

View File

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