Skip to content

Commit

Permalink
Update common/command_line_test.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Richard Smith <[email protected]>
  • Loading branch information
jonmeow and zygoloid authored Jan 14, 2025
1 parent 86a6580 commit 7bbf3e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/command_line_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ TEST(ArgParserTest, ShortArgs) {
TestRawOstream os;

EXPECT_THAT(parse({"-v"}, os), IsError(StrEq("unknown short option `-v`")));
EXPECT_THAT(parse({"-xvx"}, os), IsError(StrEq("unknown short option `-v`")));

EXPECT_THAT(
parse({"-xzf"}, os),
Expand Down

0 comments on commit 7bbf3e7

Please sign in to comment.