From 0eafe28bd16f5b2507f0fe219e37f18d21e98cf1 Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Thu, 6 Dec 2018 07:46:54 +0100 Subject: [PATCH] Tests: Correct expectation Broke with 84576d30986f. Change-Id: Ib03a44f9864c1e2072ecd4b98eb3c2ffef5741d3 Reviewed-by: Orgad Shaneh Reviewed-by: hjk --- tests/auto/debugger/tst_dumpers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index 89d54ab1bba..76b23814bb7 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", "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 \n",