From d08803755b598ae96076c5ecac8154aa8198c14e Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 22 Sep 2023 19:39:43 +0200 Subject: test --- source/tests/test_signals.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/tests') 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(); } -- cgit v1.2.3