diff options
author | Eric Blake <eblake@redhat.com> | 2015-11-18 01:52:58 -0700 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2015-12-17 08:21:28 +0100 |
commit | 04e0639d4e77b6d55491d396c8aa13929ee8ed9a (patch) | |
tree | 5f783496f305fb28a9c91c6960a6226a845920ed /tests/qapi-schema/event-max.json | |
parent | 7fb1cf1606c78c9d5b538f29176fd5a101726a9d (diff) |
qapi: Remove obsolete tests for MAX collision
Now that we no longer collide with an implicit _MAX enum member,
we no longer need to reject it in the ad hoc parser, and can
remove several tests that are no longer needed.
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1447836791-369-24-git-send-email-eblake@redhat.com>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/event-max.json')
-rw-r--r-- | tests/qapi-schema/event-max.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/qapi-schema/event-max.json b/tests/qapi-schema/event-max.json deleted file mode 100644 index f3d7de2a30..0000000000 --- a/tests/qapi-schema/event-max.json +++ /dev/null @@ -1,2 +0,0 @@ -# an event named 'MAX' would conflict with implicit C enum -{ 'event': 'MAX' } |