Remove spurious test following merge

This commit is contained in:
Phil Nash 2017-11-03 18:09:55 +00:00
parent 4acf112c19
commit 19ab2117c5
1 changed files with 0 additions and 6 deletions

View File

@ -445,9 +445,3 @@ TEST_CASE( "Bitfields can be captured (#1027)" ) {
REQUIRE( y.v == 0 );
REQUIRE( 0 == y.v );
}
TEST_CASE( "null deref", "[.][failing][!nonportable]" ) {
CHECK( false );
int *x = NULL;
*x = 1;
}