forked from qt-creator/qt-creator
Debugger: Adapt dumper test to base class sorting
Fallout from e73a9c1b0d
.
Change-Id: If06ba8424bd264137dcdcdd721317ce6785a91b0
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
@@ -3928,8 +3928,8 @@ void tst_Dumpers::dumper_data()
|
|||||||
+ Check("l3.2", "[2]", "2", "int") % NoCdbEngine
|
+ Check("l3.2", "[2]", "2", "int") % NoCdbEngine
|
||||||
+ Check("l3.2.*", "*", "2", "int") % CdbEngine
|
+ Check("l3.2.*", "*", "2", "int") % CdbEngine
|
||||||
|
|
||||||
+ Check("l4.@2.0", "[0]", "1", "int") % NoCdbEngine
|
+ Check("l4.@1.0", "[0]", "1", "int") % NoCdbEngine
|
||||||
+ Check("l4.@2.1", "[1]", "2", "int") % NoCdbEngine
|
+ Check("l4.@1.1", "[1]", "2", "int") % NoCdbEngine
|
||||||
+ Check("l4.list@t1.0", "[0]", "1", "int") % CdbEngine
|
+ Check("l4.list@t1.0", "[0]", "1", "int") % CdbEngine
|
||||||
+ Check("l4.list@t1.1", "[1]", "2", "int") % CdbEngine;
|
+ Check("l4.list@t1.1", "[1]", "2", "int") % CdbEngine;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user