From 19ab2117c5bac2f376f8da4a4b25e183137bcec0 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Fri, 3 Nov 2017 18:09:55 +0000 Subject: [PATCH] Remove spurious test following merge --- projects/SelfTest/TrickyTests.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/projects/SelfTest/TrickyTests.cpp b/projects/SelfTest/TrickyTests.cpp index 130d5f43..820d2fbd 100644 --- a/projects/SelfTest/TrickyTests.cpp +++ b/projects/SelfTest/TrickyTests.cpp @@ -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; -}