mirror of
https://github.com/debauchee/barrier.git
synced 2026-05-08 23:14:20 +08:00
Fixed warning on Linux #4570
This commit is contained in:
@@ -45,6 +45,6 @@ TEST(DeprecatedArgsParsingTests, parseDeprecatedArgs_cryptoPass_returnFalse)
|
||||
|
||||
bool result = argParser.parseDeprecatedArgs(argc, kCryptoPassCmd, i);
|
||||
|
||||
EXPECT_EQ(false, result);
|
||||
EXPECT_FALSE(result);
|
||||
EXPECT_EQ(1, i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user