mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 08:43:55 -06:00
tests: Remove test cases for alternates of 'number' and 'int'
Alternates with both a 'number' and an 'int' branch will become invalid when the next patch merges of QFloat and QInt into QNum. More sophisticated alternate code could keep them valid, but since we have no users outside tests, simply drop the tests. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20170607163635.17635-4-marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
560f19f162
commit
7c877c8030
4 changed files with 2 additions and 38 deletions
|
@ -10,18 +10,10 @@ alternate AltEnumNum
|
|||
tag type
|
||||
case e: EnumOne
|
||||
case n: number
|
||||
alternate AltIntNum
|
||||
tag type
|
||||
case i: int
|
||||
case n: number
|
||||
alternate AltNumEnum
|
||||
tag type
|
||||
case n: number
|
||||
case e: EnumOne
|
||||
alternate AltNumInt
|
||||
tag type
|
||||
case n: number
|
||||
case i: int
|
||||
alternate AltStrObj
|
||||
tag type
|
||||
case s: str
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue