diff options
Diffstat (limited to 'qemu/tests/qapi-schema/escape-too-big.json')
-rw-r--r-- | qemu/tests/qapi-schema/escape-too-big.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu/tests/qapi-schema/escape-too-big.json b/qemu/tests/qapi-schema/escape-too-big.json deleted file mode 100644 index 62bcecd55..000000000 --- a/qemu/tests/qapi-schema/escape-too-big.json +++ /dev/null @@ -1,3 +0,0 @@ -# we don't support full Unicode strings, yet -# { 'command': 'é' } -{ 'command': '\u00e9' } |