Unverified Commit cf28dc68 authored by Gabi Melman's avatar Gabi Melman Committed by GitHub

Update test_cfg.cpp

parent 0cc6e7d2
......@@ -91,8 +91,7 @@ TEST_CASE("argv10", "[cfg]")
TEST_CASE("argv11", "[cfg]")
{
const char *argv[] = nullptr;
auto levels = load_argv_levels(0, argv);
auto levels = load_argv_levels(0, nullptr);
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