summaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2010-01-11 05:08:20 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2010-01-11 05:08:20 (GMT)
commitabfb755d7a8ff7f94d4dc59d37ac9934702254bd (patch)
treea76f77a73b5fe1ccc25b8c6f0c581fb0b6bc5e08 /tests/auto
parent5f890ee9201b7ff05bc0da06265f6ad4212da9c6 (diff)
downloadQt-abfb755d7a8ff7f94d4dc59d37ac9934702254bd.zip
Qt-abfb755d7a8ff7f94d4dc59d37ac9934702254bd.tar.gz
Qt-abfb755d7a8ff7f94d4dc59d37ac9934702254bd.tar.bz2
Remove debugging
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp b/tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp
index 56c500c..bf95a54 100644
--- a/tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp
+++ b/tests/auto/declarative/qmllanguage/tst_qmllanguage.cpp
@@ -743,7 +743,6 @@ void tst_qmllanguage::cppnamespace()
{
QmlComponent component(&engine, TEST_FILE("cppnamespace.2.qml"));
- qWarning() << component.errors();
VERIFY_ERRORS(0);
QObject *object = component.create();
QVERIFY(object != 0);