summaryrefslogtreecommitdiff
path: root/source/tests
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests')
-rw-r--r--source/tests/test_signals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/tests/test_signals.cpp b/source/tests/test_signals.cpp
index cb8e61d..ab20c3e 100644
--- a/source/tests/test_signals.cpp
+++ b/source/tests/test_signals.cpp
@@ -9,7 +9,7 @@ TEST("c++ std::exception") {
}
// Can't handle multiple terminate signals on Windows
-#ifndef _WIN32
+#if !defined(_WIN32) && !defined(__MINGW32__)
TEST("abort") {
abort();
}