From 194898bab9a02c442627714af569c8fa4d981df2 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Tue, 21 Feb 2012 22:44:08 +0000 Subject: Fix breakage in dead code Change-Id: Ibcddfb711a3f47bf957a4b010330e8a775f1a2e8 Reviewed-by: Rohan McGovern --- tests/auto/xml/dom/qdom/tst_qdom.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/auto/xml/dom/qdom') diff --git a/tests/auto/xml/dom/qdom/tst_qdom.cpp b/tests/auto/xml/dom/qdom/tst_qdom.cpp index d79044157a..1533e6a139 100644 --- a/tests/auto/xml/dom/qdom/tst_qdom.cpp +++ b/tests/auto/xml/dom/qdom/tst_qdom.cpp @@ -1845,7 +1845,7 @@ void tst_QDom::checkIntOverflow() const QVERIFY(doc.setContent(xmlMessage)); const QDomNodeList nl(doc.elementsByTagName(QLatin1String("test"))); - QCOMPARE(nl.length(), uint(1)); + QCOMPARE(nl.length(), 1); } } -- cgit v1.2.3