aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/bad-ident.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/bad-ident.json')
-rw-r--r--tests/qapi-schema/bad-ident.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/bad-ident.json b/tests/qapi-schema/bad-ident.json
index b43df7a3e0..763627ad23 100644
--- a/tests/qapi-schema/bad-ident.json
+++ b/tests/qapi-schema/bad-ident.json
@@ -1,6 +1,2 @@
# we reject creating a type name with bad name
-
-##
-# @*oops:
-##
{ 'struct': '*oops', 'data': { 'i': 'int' } }