Skip to content

Commit 19ab211

Browse files
committed
Remove spurious test following merge
1 parent 4acf112 commit 19ab211

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

projects/SelfTest/TrickyTests.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -445,9 +445,3 @@ TEST_CASE( "Bitfields can be captured (#1027)" ) {
445445
REQUIRE( y.v == 0 );
446446
REQUIRE( 0 == y.v );
447447
}
448-
449-
TEST_CASE( "null deref", "[.][failing][!nonportable]" ) {
450-
CHECK( false );
451-
int *x = NULL;
452-
*x = 1;
453-
}

0 commit comments

Comments
 (0)