Remove useless test
This commit is contained in:
parent
0685216175
commit
74e0e737a6
1 changed files with 0 additions and 6 deletions
|
@ -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]" ) {
|
TEST_CASE( "non-copyable objects", "[.][failing]" ) {
|
||||||
// Thanks to Agustin Bergé (@k-ballo on the cpplang Slack) for raising this
|
// Thanks to Agustin Bergé (@k-ballo on the cpplang Slack) for raising this
|
||||||
std::type_info const& ti = typeid(int);
|
std::type_info const& ti = typeid(int);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue