From cf28dc68e20ebde40f226110ce5733cd772f65af Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 17 Sep 2021 05:59:27 +0300 Subject: [PATCH] Update test_cfg.cpp --- tests/test_cfg.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/test_cfg.cpp b/tests/test_cfg.cpp index 739dab60..fdc98f54 100644 --- a/tests/test_cfg.cpp +++ b/tests/test_cfg.cpp @@ -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()); }