example: Fix exception handler test on Solaris.
authorAndreas Schneider <asn@cryptomilk.org>
Fri, 13 Dec 2013 09:51:04 +0000 (10:51 +0100)
committerAndreas Schneider <asn@cryptomilk.org>
Fri, 13 Dec 2013 09:55:40 +0000 (10:55 +0100)
example/CMakeLists.txt

index d490b13bf060104cf8903ad04d5f527fbf1084bb..2f52cf2cae6bb6594c1373fb8efa7f4f3feaf9da 100644 (file)
@@ -29,7 +29,7 @@ set_tests_properties(
     segfault_test
         PROPERTIES
         PASS_REGULAR_EXPRESSION
-        "Test failed with exception: (Segmentation fault|11)"
+        "Test failed with exception: (Segmentation fault|Segmentation Fault|11)"
 )
 
 add_executable(calculator_test calculator.c calculator_test.c)