Fix breakage in dead code
Change-Id: Ibcddfb711a3f47bf957a4b010330e8a775f1a2e8 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
This commit is contained in:
parent
541949aed2
commit
194898bab9
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user