diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index bf6cc915d0045b2c34cc27648b961ecf925840ab..7dfe6afc86d21f7ee7f9504ee360d1d475862ec0 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -2568,7 +2568,6 @@ void tst_Dumpers::dumper_data() % CoreProfile() % Profile("QT += xml\n") % Check("atts", "", "@QXmlAttributes") - % CheckType("atts.[vptr]", "") % Check("atts.attList", "<3 items>", "@QXmlAttributes::AttributeList") % Check("atts.attList.0", "[0]", "", "@QXmlAttributes::Attribute") % Check("atts.attList.0.localname", "\"localPart1\"", "@QString")