Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Eyal Rozenberg committed Mar 6, 2018
2 parents 9327404 + 84d5b35 commit b6a42d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/exception_txt_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -624,8 +624,7 @@ void test_empty_value_inner(options_description &opts, variables_map& vm) {
positional_options_description popts;
opts.add_options()("foo", value<uint32_t>()->value_name("<time>")->required());
popts.add("foo", 1);
vector<string> tokens;
tokens.push_back("");
vector<string> tokens(1, "");
parsed_options parsed = command_line_parser(tokens)
.style(command_line_style::default_style & ~command_line_style::allow_guessing)
.options(opts)
Expand Down

0 comments on commit b6a42d9

Please sign in to comment.