diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index 408d6d7c133..473c08f3b2c 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -7613,7 +7613,7 @@ void tst_Dumpers::dumper_data() + Check("dr.@2.c", "3", "int") + Check("dr.d", "4", "int") - + Check("array.0.val", "44", "int") % NoLldbEngine; + + Check("array.0.val", "44", "int"); QTest::newRow("Gdb13393")