Debugger: Adjust dumper test to changed dumper output

Change-Id: Ib183c960ff7e737636860e007a16972d5f1f232f
Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
This commit is contained in:
hjk
2015-08-11 11:56:16 +02:00
parent 1b5e5656f6
commit 472d584d5d
+1 -1
View File
@@ -3860,7 +3860,7 @@ void tst_Dumpers::dumper_data()
+ Check("l0", "<0 items>", "std::list<int>")
+ Check("l1", "<>1000 items>", "std::list<int>")
+ Check("l1", "<at least 1000 items>", "std::list<int>")
+ Check("l1.0", "[0]", "0", "int")
+ Check("l1.1", "[1]", "1", "int")
+ Check("l1.999", "[999]", "999", "int")