diff --git a/test cases/common/234 cpp_std/test.json b/test cases/common/234 cpp_std/test.json index cf2e6040f..939f635fd 100644 --- a/test cases/common/234 cpp_std/test.json +++ b/test cases/common/234 cpp_std/test.json @@ -1,9 +1,11 @@ { "matrix": { - "cpp_std": [ - {"val": "c++11"}, - {"val": "c++14"}, - {"val": "c++17"} - ] + "options": { + "cpp_std": [ + {"val": "c++11"}, + {"val": "c++14"}, + {"val": "c++17"} + ] + } } } \ No newline at end of file