aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/base-cycle-direct.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/qapi-schema/base-cycle-direct.json')
-rw-r--r--tests/qapi-schema/base-cycle-direct.json4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/qapi-schema/base-cycle-direct.json b/tests/qapi-schema/base-cycle-direct.json
index 9780f7e2ca..4fc66d0516 100644
--- a/tests/qapi-schema/base-cycle-direct.json
+++ b/tests/qapi-schema/base-cycle-direct.json
@@ -1,6 +1,2 @@
# we reject a loop in base classes
-
-##
-# @Loopy:
-##
{ 'struct': 'Loopy', 'base': 'Loopy', 'data': {} }