mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Disable exceptions for now
This commit is contained in:
committed by
momo5502
parent
8935a3d56e
commit
3391780c2f
@@ -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")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user