summaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-06-29 21:01:47 +0300
committerGitHub <noreply@github.com>2021-06-29 21:01:47 +0300
commit563f4c7b9feec3c16518130dd2c3bc2ff967bc90 (patch)
tree58a304f3e6b355a92eec684bcc87b5cfc5aa1976 /test cases
parent1f3adc4dbe20196eb45b7c0cfe502ce108618ada (diff)
parent5c0cb0547bd52230faff322a33bfeac0eaaeea0d (diff)
downloadmeson-563f4c7b9feec3c16518130dd2c3bc2ff967bc90.tar.gz
Merge pull request #8924 from jon-turney/fix-test-json-schema
Various fixes to test.json schema
Diffstat (limited to 'test cases')
-rw-r--r--test cases/frameworks/1 boost/test.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/test cases/frameworks/1 boost/test.json b/test cases/frameworks/1 boost/test.json
index f4412d2ef..3145c80d2 100644
--- a/test cases/frameworks/1 boost/test.json
+++ b/test cases/frameworks/1 boost/test.json
@@ -7,10 +7,10 @@
],
"b_vscrt": [
{ "val": null },
- { "val": "md", "compilers": { "cpp": [ "msvc" ] } },
- { "val": "mdd", "compilers": { "cpp": [ "msvc" ] } },
- { "val": "mt", "compilers": { "cpp": [ "msvc" ] } },
- { "val": "mtd", "compilers": { "cpp": [ "msvc" ] } }
+ { "val": "md", "compilers": { "cpp": "msvc" } },
+ { "val": "mdd", "compilers": { "cpp": "msvc" } },
+ { "val": "mt", "compilers": { "cpp": "msvc" } },
+ { "val": "mtd", "compilers": { "cpp": "msvc" } }
]
},
"exclude": [