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