aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-12-06 07:46:54 +0100
committerChristian Stenger <christian.stenger@qt.io>2018-12-10 13:03:35 +0000
commit0eafe28bd16f5b2507f0fe219e37f18d21e98cf1 (patch)
tree0312e7212c335e0885f68d3e15ebd7c48b4f9e91 /tests
parent318b83587ffd3a4ca15c527228ca47c412dd593a (diff)
Tests: Correct expectation
Broke with 84576d30986f. Change-Id: Ib03a44f9864c1e2072ecd4b98eb3c2ffef5741d3 Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: hjk <hjk@qt.io>
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 89d54ab1bb..76b23814bb 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -1990,7 +1990,7 @@ void tst_Dumpers::dumper_data()
+ CoreProfile()
+ Check("f1", "a (1)", TypeDef("QFlags<enum Foo>", "FooFlags")) % CdbEngine
+ Check("f1", "a (0x0001)", "FooFlags") % NoCdbEngine
- + Check("f2", "a | b (0x0003)", "FooFlags") % GdbEngine;
+ + Check("f2", "(a | b) (0x0003)", "FooFlags") % GdbEngine;
QTest::newRow("QDateTime")
<< Data("#include <QDateTime>\n",