Skip to content

Commit

Permalink
Remove useless test
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Oct 29, 2019
1 parent 0685216 commit 74e0e73
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions projects/SelfTest/UsageTests/Tricky.tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,6 @@ TEST_CASE("Commas in various macros are allowed") {
}
}

TEST_CASE( "null deref", "[.][failing][!nonportable]" ) {
CHECK( false );
int *x = NULL;
*x = 1;
}

TEST_CASE( "non-copyable objects", "[.][failing]" ) {
// Thanks to Agustin Bergé (@k-ballo on the cpplang Slack) for raising this
std::type_info const& ti = typeid(int);
Expand Down

0 comments on commit 74e0e73

Please sign in to comment.