diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2021-08-04 12:31:04 +0400 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-08-26 13:53:56 +0200 |
commit | 2b7d2145369f2ca55ded9045393bb860ee3f6745 (patch) | |
tree | bd4bb8b19ac3c6986202674717fefbef813c67a2 /tests/qapi-schema/bad-if-keys.err | |
parent | 8a156d89d15ec190ff519e7ecaaa0b85e1ff4a7b (diff) | |
download | qemu-2b7d2145369f2ca55ded9045393bb860ee3f6745.zip qemu-2b7d2145369f2ca55ded9045393bb860ee3f6745.tar.gz qemu-2b7d2145369f2ca55ded9045393bb860ee3f6745.tar.bz2 |
qapi: add 'not' condition operation
For the sake of completeness, introduce the 'not' condition.
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20210804083105.97531-10-marcandre.lureau@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
[Long line broken in tests/qapi-schema/qapi-schema-test.json]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/bad-if-keys.err')
-rw-r--r-- | tests/qapi-schema/bad-if-keys.err | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/bad-if-keys.err b/tests/qapi-schema/bad-if-keys.err index db6d019..aceb31d 100644 --- a/tests/qapi-schema/bad-if-keys.err +++ b/tests/qapi-schema/bad-if-keys.err @@ -1,2 +1,2 @@ bad-if-keys.json: In struct 'TestIfStruct': -bad-if-keys.json:2: 'if' condition dict of struct must have one key: 'all' or 'any' +bad-if-keys.json:2: 'if' condition dict of struct must have one key: 'all', 'any' or 'not' |