summaryrefslogtreecommitdiff
path: root/tests/auto/debugger/tst_dumpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/debugger/tst_dumpers.cpp')
-rw-r--r--tests/auto/debugger/tst_dumpers.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp
index 554df803ac..281cf16ee6 100644
--- a/tests/auto/debugger/tst_dumpers.cpp
+++ b/tests/auto/debugger/tst_dumpers.cpp
@@ -3034,11 +3034,9 @@ void tst_Dumpers::dumper_data()
% Cxx11Profile()
% MacLibCppProfile()
% Check("pi", Pointer("32"), "std::shared_ptr<int>")
- % Check("pi.data", "32", "int").setForGdbOnly()
- % Check("pi.data", "32", "std::shared_ptr<int>::element_type").setForLldbOnly()
+ % Check("pi.data", "32", "int")
% Check("pf", Pointer(), "std::shared_ptr<Foo>")
- % CheckType("pf.data", "Foo").setForGdbOnly()
- % CheckType("pf.data", "std::shared_ptr<Foo>::element_type").setForLldbOnly();
+ % CheckType("pf.data", "Foo");
QTest::newRow("StdSetInt")
<< Data("#include <set>\n",