From 0471063bf84827bac5f0aad341e2fb587c062b70 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 12 Sep 2023 07:37:37 +0200 Subject: kit_test: signals --- source/tests/test_signals.cpp | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'source/tests') 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(); -- cgit v1.2.3