Unverified Commit 7298149a authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update test_cfg.cpp

parent cf28dc68
......@@ -91,7 +91,8 @@ TEST_CASE("argv10", "[cfg]")
TEST_CASE("argv11", "[cfg]")
{
auto levels = load_argv_levels(0, nullptr);
const char *argv[] = {"ignore", "junk", "SPDLOG_LEVEL=info"};
auto levels = load_argv_levels(0, argv);
REQUIRE(levels.empty());
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment