From 0cc6e7d26eeea78864e16f70ac32e9acd36e2990 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Fri, 17 Sep 2021 03:45:06 +0300 Subject: [PATCH] Update test_cfg.cpp --- tests/test_cfg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_cfg.cpp b/tests/test_cfg.cpp index 465beab9..739dab60 100644 --- a/tests/test_cfg.cpp +++ b/tests/test_cfg.cpp @@ -91,7 +91,7 @@ TEST_CASE("argv10", "[cfg]") TEST_CASE("argv11", "[cfg]") { - const char *argv[] = {}; + const char *argv[] = nullptr; auto levels = load_argv_levels(0, argv); REQUIRE(levels.empty()); }