Fix test.json for boost test to match schema

I guess the intent was that tests of thread/debug library variants only
get run with MSVC, but currently this test isn't getting run at all in
our Windows CI (since boost got removed from the VM image [1], and we
didn't notice, more on which anon).

[1] https://github.com/actions/virtual-environments/pull/2843
This commit is contained in:
Jon Turney 2021-06-22 23:21:19 +01:00
parent 5da3557331
commit 5c0cb0547b
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
1 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@
], ],
"b_vscrt": [ "b_vscrt": [
{ "val": null }, { "val": null },
{ "val": "md", "compilers": { "cpp": [ "msvc" ] } }, { "val": "md", "compilers": { "cpp": "msvc" } },
{ "val": "mdd", "compilers": { "cpp": [ "msvc" ] } }, { "val": "mdd", "compilers": { "cpp": "msvc" } },
{ "val": "mt", "compilers": { "cpp": [ "msvc" ] } }, { "val": "mt", "compilers": { "cpp": "msvc" } },
{ "val": "mtd", "compilers": { "cpp": [ "msvc" ] } } { "val": "mtd", "compilers": { "cpp": "msvc" } }
] ]
}, },
"exclude": [ "exclude": [