aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2017-11-29 09:56:22 +0100
committerEike Ziller <eike.ziller@qt.io>2017-11-29 09:56:22 +0100
commite2baa116cad487d12f2ebccd96f16e99995fcb90 (patch)
treed276b7a4294fcc9cd3a0cf937d2f389267524f98 /tests
parent4007828820bfd3fa4b5d081052cf5a95fdbd02db (diff)
parent78ef474c7139dc0cdaa172d4e468d1b6ae3514aa (diff)
Merge remote-tracking branch 'origin/4.5'
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index aa1d1aaee6f..ef311bce694 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -5457,7 +5457,7 @@ void tst_Dumpers::dumper_data()
+ Check("s.x", "2", "unsigned int : 3") % NoCdbEngine
+ Check("s.y", "3", "unsigned int : 4") % NoCdbEngine
+ Check("s.z", "39", "unsigned int : 18") % NoCdbEngine
- + Check("s.e", "V2 (1)", "E : 3") % NoCdbEngine
+ + Check("s.e", "V2 (1)", "E : 3") % GdbEngine
+ Check("s.x", "2", "unsigned int") % CdbEngine
+ Check("s.y", "3", "unsigned int") % CdbEngine
+ Check("s.z", "39", "unsigned int") % CdbEngine