From f6113276edd8d9dbce3fd02b520826f236d3f529 Mon Sep 17 00:00:00 2001 From: Eike Ziller <eike.ziller@digia.com> Date: Wed, 30 Oct 2013 16:07:26 +0100 Subject: [PATCH] dumpers: remove type check from QHashNode test The type reported by LLDB for Qt 4 is actually wrong, but the type is irrelevant for the dumper itself anyhow. Change-Id: I33002316fa72cc8501f26dcc3ee08675547841ae Reviewed-by: hjk <hjk121@nokiamail.com> --- tests/auto/debugger/tst_dumpers.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/auto/debugger/tst_dumpers.cpp b/tests/auto/debugger/tst_dumpers.cpp index 8cf8311e3a4..f2a37614bac 100644 --- a/tests/auto/debugger/tst_dumpers.cpp +++ b/tests/auto/debugger/tst_dumpers.cpp @@ -1444,8 +1444,6 @@ void tst_Dumpers::dumper_data() "hash[22] = \"22.0\";\n") % CoreProfile() % Check("hash", "<1 items>", "@QHash<int, @QString>") - % Check("hash.0", "[0]", "", Type4("@QHashNode<@QString>")) - % Check("hash.0", "[0]", "", Type5("@QHashNode<int, @QString>")) % Check("hash.0.key", "22", "int") % Check("hash.0.value", "\"22.0\"", "@QString"); -- GitLab