Added non-copyable test to [failing] set
This commit is contained in:
parent
b8f482b9aa
commit
632e023ff4
3 changed files with 2 additions and 8295 deletions
|
@ -436,7 +436,7 @@ TEST_CASE( "null deref", "[.][failing][!nonportable]" ) {
|
|||
*x = 1;
|
||||
}
|
||||
|
||||
TEST_CASE( "non-copyable objects", "[.]" ) {
|
||||
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);
|
||||
CHECK( ti == typeid(int) );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue