diff options
Diffstat (limited to 'tests/qapi-schema/bad-if-not.json')
-rw-r--r-- | tests/qapi-schema/bad-if-not.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/bad-if-not.json b/tests/qapi-schema/bad-if-not.json index 9fdaacc47b..660fc4feb2 100644 --- a/tests/qapi-schema/bad-if-not.json +++ b/tests/qapi-schema/bad-if-not.json @@ -1,3 +1,3 @@ -# check 'if not' with empy argument +# check 'if not' with empty argument { 'struct': 'TestIfStruct', 'data': { 'foo': 'int' }, 'if': { 'not': '' } } |