summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/tests/test_signals.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/source/tests/test_signals.cpp b/source/tests/test_signals.cpp
index 13c3ca6..cb8e61d 100644
--- a/source/tests/test_signals.cpp
+++ b/source/tests/test_signals.cpp
@@ -8,14 +8,7 @@ TEST("c++ std::exception") {
throw std::exception();
}
-TEST("c++ int exception") {
- throw 42;
-}
-
-TEST("c++ string exception") {
- throw "foo bar";
-}
-
+// Can't handle multiple terminate signals on Windows
#ifndef _WIN32
TEST("abort") {
abort();