diff options
author | Markus Armbruster <armbru@redhat.com> | 2021-03-23 10:40:12 +0100 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2021-03-23 22:31:05 +0100 |
commit | 492db12ec3b42be6f971ba8436e080bc096b58b5 (patch) | |
tree | fe98aa14e53eaf2adb4a030fa4d9ba8a5eb69c2f /tests/qapi-schema/meson.build | |
parent | 3e6c8a633113fb6a60369c40cf2061de50727bf6 (diff) | |
download | qemu-492db12ec3b42be6f971ba8436e080bc096b58b5.zip qemu-492db12ec3b42be6f971ba8436e080bc096b58b5.tar.gz qemu-492db12ec3b42be6f971ba8436e080bc096b58b5.tar.bz2 |
tests/qapi-schema: Rename redefined-builtin to redefined-predefined
The previous commit changed this test to clash with a predefined enum
type, not a built-in type. Adjust its name.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20210323094025.3569441-16-armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qapi-schema/meson.build')
-rw-r--r-- | tests/qapi-schema/meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/qapi-schema/meson.build b/tests/qapi-schema/meson.build index ba11cb7..664f9ee 100644 --- a/tests/qapi-schema/meson.build +++ b/tests/qapi-schema/meson.build @@ -152,9 +152,9 @@ schemas = [ 'pragma-returns-whitelist-crap.json', 'qapi-schema-test.json', 'quoted-structural-chars.json', - 'redefined-builtin.json', 'redefined-command.json', 'redefined-event.json', + 'redefined-predefined.json', 'redefined-type.json', 'reserved-command-q.json', 'reserved-enum-q.json', |