Debugger: Enable another dumper test for LLDB

Passes nowadays.

Change-Id: I616f989c23b16a1a89d24461480dd676ce62bccd
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2024-06-26 09:00:44 +02:00
parent 38e005692e
commit 68adb2c086

View File

@@ -7613,7 +7613,7 @@ void tst_Dumpers::dumper_data()
+ Check("dr.@2.c", "3", "int") + Check("dr.@2.c", "3", "int")
+ Check("dr.d", "4", "int") + Check("dr.d", "4", "int")
+ Check("array.0.val", "44", "int") % NoLldbEngine; + Check("array.0.val", "44", "int");
QTest::newRow("Gdb13393") QTest::newRow("Gdb13393")