aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorFabian Kosmale <fabian.kosmale@qt.io>2021-01-20 08:19:37 +0100
committerFabian Kosmale <fabian.kosmale@qt.io>2021-01-20 10:57:26 +0100
commit09563cda63160073b354cf78ddd70e79e7a594f9 (patch)
tree4d2217c7e726df69b02ccfc4aa8d7ceafa953828 /tests
parent81ba03768d2dea70f0acad55513969745b0f3842 (diff)
tst_qquickloader: Make message matching less stringent
For some reason, we do not get the correct line number on macOs. Task-number: QTBUG-90448 Change-Id: I8dc45011c68e2cbe0d30f4a54f48a74a5a6b0271 Reviewed-by: Maximilian Goldstein <max.goldstein@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/quick/qquickloader/tst_qquickloader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/quick/qquickloader/tst_qquickloader.cpp b/tests/auto/quick/qquickloader/tst_qquickloader.cpp
index fcc6d0914d..7a945c8c5c 100644
--- a/tests/auto/quick/qquickloader/tst_qquickloader.cpp
+++ b/tests/auto/quick/qquickloader/tst_qquickloader.cpp
@@ -708,7 +708,7 @@ void tst_QQuickLoader::initialPropertyValues_data()
<< (QVariantList() << 12);
QTest::newRow("initial property errors get reported") << testFileUrl("initialPropertyTriggerException.qml")
- << (QStringList() << "^.*:11: Error: Cannot assign JavaScript function to int")
+ << (QStringList() << "^.*: Error: Cannot assign JavaScript function to int")
<< QStringList()
<< QVariantList();
}