aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/reserved-member-underscore.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/reserved-member-underscore.json')
-rw-r--r--tests/qapi-schema/reserved-member-underscore.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/reserved-member-underscore.json b/tests/qapi-schema/reserved-member-underscore.json
index cc34b54b02..4a3a017638 100644
--- a/tests/qapi-schema/reserved-member-underscore.json
+++ b/tests/qapi-schema/reserved-member-underscore.json
@@ -1,8 +1,4 @@
# C member name collision
# We reject use of a single leading underscore in all names (names must
# begin with a letter or a downstream extension double-underscore prefix).
-
-##
-# @Oops:
-##
{ 'struct': 'Oops', 'data': { '_oops': 'str' } }