From 68adb2c086d2a7b43ac1972abee0a5acf0b56d12 Mon Sep 17 00:00:00 2001 From: hjk Date: Wed, 26 Jun 2024 09:00:44 +0200 Subject: [PATCH] Debugger: Enable another dumper test for LLDB Passes nowadays. Change-Id: I616f989c23b16a1a89d24461480dd676ce62bccd Reviewed-by: Christian Stenger --- 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 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")