fix: common/234 cpp_std missing options object

pull/7257/head
Karl Lind 5 years ago
parent f7a8948163
commit 0297a069fd
  1. 12
      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"}
]
}
}
}
Loading…
Cancel
Save