mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
changed remaining cmd line checks to cmd.raiseError
This commit is contained in:
@@ -112,7 +112,7 @@ TEST_CASE( "selftest/parser", "" ) {
|
||||
Catch::Config config;
|
||||
CHECK( parseIntoConfig( argv, config ) == false );
|
||||
|
||||
REQUIRE_THAT( config.getMessage(), Contains( "none" ) );
|
||||
REQUIRE_THAT( config.getMessage(), Contains( "at least one" ) );
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user