Debugger: Adjust one more test to new base class sorting

Change-Id: I0e073f2474bd9f182b2e5c86ecb121aa350fb92d
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-07-08 11:00:39 +02:00
parent 17d91fc1c3
commit 094b49281c
+2 -2
View File
@@ -3866,8 +3866,8 @@ void tst_Dumpers::dumper_data()
+ Check("l3.1", "[1]", "0x0", "int *")
+ Check("l3.2", "[2]", "2", "int")
+ Check("l4.@0.0", "[0]", "1", "int")
+ Check("l4.@0.1", "[1]", "2", "int");
+ Check("l4.@2.0", "[0]", "1", "int")
+ Check("l4.@2.1", "[1]", "2", "int");
QTest::newRow("StdListQt")