aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmlenginecleanup
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/qqmlenginecleanup')
-rw-r--r--tests/auto/qml/qqmlenginecleanup/tst_qqmlenginecleanup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmlenginecleanup/tst_qqmlenginecleanup.cpp b/tests/auto/qml/qqmlenginecleanup/tst_qqmlenginecleanup.cpp
index b95f6ad55c..f24fdc680b 100644
--- a/tests/auto/qml/qqmlenginecleanup/tst_qqmlenginecleanup.cpp
+++ b/tests/auto/qml/qqmlenginecleanup/tst_qqmlenginecleanup.cpp
@@ -80,7 +80,7 @@ void tst_qqmlenginecleanup::test_qmlClearTypeRegistrations()
component = new QQmlComponent(engine, testFile);
QVERIFY(component->isError());
QCOMPARE(component->errorString(),
- testFile.toString() +":38 module \"Test\" is not installed\n");
+ testFile.toString() +":33 module \"Test\" is not installed\n");
delete engine;
delete component;