diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qapi-schema/double-type.err | 4 | ||||
-rw-r--r-- | tests/qapi-schema/missing-type.err | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/tests/qapi-schema/double-type.err b/tests/qapi-schema/double-type.err index 576e716..6a1e8a5 100644 --- a/tests/qapi-schema/double-type.err +++ b/tests/qapi-schema/double-type.err @@ -1,3 +1 @@ -double-type.json: In struct 'Bar': -double-type.json:2: struct has unknown key 'command' -Valid keys are 'base', 'data', 'features', 'if', 'struct'. +double-type.json:2: expression must have exactly one key 'enum', 'struct', 'union', 'alternate', 'command', 'event' diff --git a/tests/qapi-schema/missing-type.err b/tests/qapi-schema/missing-type.err index 5755386..cb39569 100644 --- a/tests/qapi-schema/missing-type.err +++ b/tests/qapi-schema/missing-type.err @@ -1 +1 @@ -missing-type.json:2: expression is missing metatype +missing-type.json:2: expression must have exactly one key 'enum', 'struct', 'union', 'alternate', 'command', 'event' |