diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index 821e5bca82e..3f2f66116f6 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -8119,17 +8119,6 @@ void tst_Dumpers::dumper_data() + Check("str", "first, second, third", "QtcDumperTest_String"); - QTest::newRow("UndefinedStaticMembers") - << Data("struct Foo { int a = 15; static int b; }; \n", - - "Foo f;", - - "&f") - - + Check("f.a", "15", "int") - + Check("f.b", "", "") % GdbEngine - + Check("f.b", "", "") % CdbEngine; - QTest::newRow("LongDouble") << Data("",