mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-20 12:26:10 +01:00
Remove useless test
This commit is contained in:
parent
0685216175
commit
74e0e737a6
@ -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…
Reference in New Issue
Block a user