mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-03 22:05:39 +02:00
Some RunContext clean-up
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
// The old generators have been removed
|
||||
// A new generator implementation is coming
|
||||
// A new generator implementation is coming
|
||||
|
@@ -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 );
|
||||
// }
|
||||
//}
|
||||
|
Reference in New Issue
Block a user