summaryrefslogtreecommitdiff
path: root/source/tests
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2023-09-12 07:37:37 +0200
committerMitya Selivanov <automainint@guattari.tech>2023-09-12 07:37:37 +0200
commit0471063bf84827bac5f0aad341e2fb587c062b70 (patch)
treec868a1d43e8e25d869d49a0277e9a9693232117c /source/tests
parent951bfec45e12df9860c666c52903cdb0118317fb (diff)
downloadkit-0471063bf84827bac5f0aad341e2fb587c062b70.zip
kit_test: signals
Diffstat (limited to 'source/tests')
-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();