summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index a1b31d4..5114229 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -98,7 +98,7 @@ if (TEST_EXCEPTION_HANDLER)
set_tests_properties(test_exception_handler
PROPERTIES
PASS_REGULAR_EXPRESSION
- "Test failed with exception: (Segmentation fault|Segmentation Fault|11|Illegal instruction)")
+ "Test failed with exception")
endif (WIN32)
endif (TEST_EXCEPTION_HANDLER)