mirror of
https://github.com/boostorg/program_options.git
synced 2026-01-28 19:32:13 +00:00
Merge from trunk.
[SVN r77829]
This commit is contained in:
@@ -34,6 +34,7 @@ void required_throw_test()
|
||||
notify(vm);
|
||||
}
|
||||
catch (required_option& e) {
|
||||
BOOST_CHECK_EQUAL(e.what(), string("the option '--cfgfile' is required but missing"));
|
||||
throwed = true;
|
||||
}
|
||||
BOOST_CHECK(throwed);
|
||||
|
||||
Reference in New Issue
Block a user