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