tests: add standard option to get_define() test

This properly tests MSVC case which produce different preprocessed
output depending on language version.
pull/11942/head
Kacper Michajłow 2 years ago committed by Eli Schwartz
parent 9dd5f0ae69
commit 7fe6e18a02
  1. 10
      test cases/common/132 get define/test.json

@ -0,0 +1,10 @@
{
"matrix": {
"options": {
"c_std": [
{ "val": "none" },
{ "val": "c11" }
]
}
}
}
Loading…
Cancel
Save