summaryrefslogtreecommitdiff
path: root/tests/auto/qxmlresultitems
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qxmlresultitems')
-rw-r--r--tests/auto/qxmlresultitems/tst_qxmlresultitems.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/qxmlresultitems/tst_qxmlresultitems.cpp b/tests/auto/qxmlresultitems/tst_qxmlresultitems.cpp
index b4dee78..ea0b985 100644
--- a/tests/auto/qxmlresultitems/tst_qxmlresultitems.cpp
+++ b/tests/auto/qxmlresultitems/tst_qxmlresultitems.cpp
@@ -42,7 +42,6 @@
#include <QtTest/QtTest>
-#ifdef QTEST_XMLPATTERNS
#include <QtXmlPatterns/QXmlItem>
#include <QtXmlPatterns/QXmlQuery>
#include <QtXmlPatterns/QXmlResultItems>
@@ -234,7 +233,5 @@ void tst_QXmlResultItems::evalateWithQueryError() const
QTEST_MAIN(tst_QXmlResultItems)
#include "tst_qxmlresultitems.moc"
-#else
-QTEST_NOOP_MAIN
-#endif
+
// vim: et:ts=4:sw=4:sts=4