diff --git a/test/src/unit-element_access2.cpp b/test/src/unit-element_access2.cpp index af2c2cac7..40b7ac9d6 100644 --- a/test/src/unit-element_access2.cpp +++ b/test/src/unit-element_access2.cpp @@ -811,7 +811,7 @@ TEST_CASE("element access 2") { SECTION("existing element") { - for (const auto *key : + for (const auto* key : {"integer", "unsigned", "floating", "null", "string", "boolean", "object", "array" }) { @@ -900,7 +900,7 @@ TEST_CASE("element access 2") { SECTION("existing element") { - for (const auto *key : + for (const auto* key : {"integer", "unsigned", "floating", "null", "string", "boolean", "object", "array" }) { @@ -987,7 +987,7 @@ TEST_CASE("element access 2") { SECTION("existing element") { - for (const auto *key : + for (const auto* key : {"integer", "unsigned", "floating", "null", "string", "boolean", "object", "array" }) {