diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/qapi-schema/comments.err | 1 | ||||
-rw-r--r-- | tests/qapi-schema/comments.exit | 2 | ||||
-rw-r--r-- | tests/qapi-schema/comments.out | 3 |
3 files changed, 4 insertions, 2 deletions
diff --git a/tests/qapi-schema/comments.err b/tests/qapi-schema/comments.err index 4a82b26d0f..e69de29bb2 100644 --- a/tests/qapi-schema/comments.err +++ b/tests/qapi-schema/comments.err @@ -1 +0,0 @@ -<stdin>:2:33: Stray "#" diff --git a/tests/qapi-schema/comments.exit b/tests/qapi-schema/comments.exit index d00491fd7e..573541ac97 100644 --- a/tests/qapi-schema/comments.exit +++ b/tests/qapi-schema/comments.exit @@ -1 +1 @@ -1 +0 diff --git a/tests/qapi-schema/comments.out b/tests/qapi-schema/comments.out index e69de29bb2..e3bd904453 100644 --- a/tests/qapi-schema/comments.out +++ b/tests/qapi-schema/comments.out @@ -0,0 +1,3 @@ +[OrderedDict([('enum', 'Status'), ('data', ['good', 'bad', 'ugly'])])] +['Status'] +[] |