diff options
Diffstat (limited to 'qemu/tests/qapi-schema/escape-too-short.json')
-rw-r--r-- | qemu/tests/qapi-schema/escape-too-short.json | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/qemu/tests/qapi-schema/escape-too-short.json b/qemu/tests/qapi-schema/escape-too-short.json deleted file mode 100644 index 6cb1dec8f..000000000 --- a/qemu/tests/qapi-schema/escape-too-short.json +++ /dev/null @@ -1,3 +0,0 @@ -# the \u escape requires 4 hex digits -# { 'command': 'a' } -{ 'command': '\u61' } |