Some RunContext clean-up

This commit is contained in:
Phil Nash
2015-11-19 07:35:35 +00:00
parent 2ebe11660c
commit b77b45a390
9 changed files with 61 additions and 57 deletions

View File

@@ -1,2 +1,2 @@
// The old generators have been removed
// A new generator implementation is coming
// A new generator implementation is coming

View File

@@ -475,6 +475,8 @@ TEST_CASE( "long long" ) {
//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 );
// SECTION( "s" ) {
// int x = 10/i; // This should cause the signal to fire
// CHECK( x == 0 );
// }
//}