Skip to content

Commit

Permalink
Remove spurious test following merge
Browse files Browse the repository at this point in the history
  • Loading branch information
philsquared committed Nov 3, 2017
1 parent 4acf112 commit 19ab211
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions projects/SelfTest/TrickyTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 19ab211

Please sign in to comment.