diff options
Diffstat (limited to 'qemu/tests/qapi-schema/include-non-file.json')
-rw-r--r-- | qemu/tests/qapi-schema/include-non-file.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu/tests/qapi-schema/include-non-file.json b/qemu/tests/qapi-schema/include-non-file.json index cd43c3f9d..4711aa42e 100644 --- a/qemu/tests/qapi-schema/include-non-file.json +++ b/qemu/tests/qapi-schema/include-non-file.json @@ -1 +1 @@ -{ 'include': [ 'foo', 'bar' ] } +{ 'include': {} } |