From 8edf4bf5d3a0a740af8fae9c88aea6519f071330 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 22 Aug 2014 08:13:15 +0100 Subject: [PATCH] Removed signal handler test, for now (to avoid screwing up the approval tests) --- projects/SelfTest/MiscTests.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/projects/SelfTest/MiscTests.cpp b/projects/SelfTest/MiscTests.cpp index 49cfcf63..86bd4f39 100644 --- a/projects/SelfTest/MiscTests.cpp +++ b/projects/SelfTest/MiscTests.cpp @@ -381,8 +381,8 @@ TEST_CASE( "toString on wchar_t returns the string contents", "[toString]" ) { CHECK( result == "\"wide load\"" ); } -TEST_CASE( "Divide by Zero signal handler", "[.][sig]" ) { - int i = 0; - int x = 10/i; // This should cause the signal to fire - CHECK( x == 0 ); -} +//TEST_CASE( "Divide by Zero signal handler", "[.][sig]" ) { +// int i = 0; +// int x = 10/i; // This should cause the signal to fire +// CHECK( x == 0 ); +//}