Disable exceptions for now

This commit is contained in:
Maurice Heumann
2025-04-04 15:21:00 +02:00
committed by momo5502
parent 8935a3d56e
commit 3391780c2f

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