From 849ab13c1657b51b89693282ddd42ca1f6255354 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 13 Oct 2015 12:26:47 -0600 Subject: qapi: Drop redundant args-member-array test qapi-schema-test already ensures that we can correctly compile an array of enums (__org.qemu_x-command), an array of builtins (UserDefNativeListUnion), and an array of structs (again __org.qemu_x-command). That means args-member-array is not adding any additional parse-only test coverage, so drop it. Signed-off-by: Eric Blake Message-Id: <1444760807-11307-1-git-send-email-eblake@redhat.com> Signed-off-by: Markus Armbruster --- tests/qapi-schema/args-member-array.out | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 tests/qapi-schema/args-member-array.out (limited to 'tests/qapi-schema/args-member-array.out') diff --git a/tests/qapi-schema/args-member-array.out b/tests/qapi-schema/args-member-array.out deleted file mode 100644 index b3b92dfc8e..0000000000 --- a/tests/qapi-schema/args-member-array.out +++ /dev/null @@ -1,9 +0,0 @@ -object :empty -object :obj-okay-arg - member member1: intList optional=False - member member2: defList optional=False -enum abc ['a', 'b', 'c'] -object def - member array: abcList optional=False -command okay :obj-okay-arg -> None - gen=True success_response=True -- cgit 1.4.1