aboutsummaryrefslogtreecommitdiffstats
path: root/tests/qapi-schema/redefined-type.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/redefined-type.json')
-rw-r--r--tests/qapi-schema/redefined-type.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/qapi-schema/redefined-type.json b/tests/qapi-schema/redefined-type.json
new file mode 100644
index 00000000..a09e768b
--- /dev/null
+++ b/tests/qapi-schema/redefined-type.json
@@ -0,0 +1,3 @@
+# we reject types defined more than once
+{ 'struct': 'foo', 'data': { 'one': 'str' } }
+{ 'enum': 'foo', 'data': [ 'two' ] }