diff options
Diffstat (limited to 'tests/qapi-schema/bad-if-key.json')
-rw-r--r-- | tests/qapi-schema/bad-if-key.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/bad-if-key.json b/tests/qapi-schema/bad-if-key.json new file mode 100644 index 0000000000..64c74c13f2 --- /dev/null +++ b/tests/qapi-schema/bad-if-key.json @@ -0,0 +1,3 @@ +# check unknown 'if' dict key +{ 'struct': 'TestIfStruct', 'data': { 'foo': 'int' }, + 'if': { 'value': 'defined(TEST_IF_STRUCT)' } } |