Skip to content
This repository has been archived by the owner on Jun 29, 2024. It is now read-only.

Commit

Permalink
Fix OptionParserTest
Browse files Browse the repository at this point in the history
  • Loading branch information
Gashmob committed Jul 12, 2023
1 parent 998ca89 commit f3736a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/utils/OptionsParserTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ TEST(OptionParser, constructor) {
ASSERT_EQ(0, parser.getFilenames().size());
ASSERT_EQ(0, parser.getVerbose());
ASSERT_FALSE(parser.isDebug());
ASSERT_STREQ("", parser.getOut().c_str());
ASSERT_STREQ("a.out", parser.getOut().c_str());
}

TEST(OptionParser, parse) {
Expand Down

0 comments on commit f3736a5

Please sign in to comment.