aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2019-04-17 12:41:10 +0200
committerRainer Keller <Rainer.Keller@qt.io>2019-04-17 10:51:42 +0000
commit2bdbf216fe7b6cf9d404b80ac405bd3969f5c07f (patch)
tree7f92f281d5e2a9edca5dd44ef35cbcc562c580ca /tests/auto/qml/qqmllanguage
parent761d23806633cb32613f2ddf11711b3a71650eb1 (diff)
Improve error message
Change-Id: I1f7f0781521757f5412b50680203698e33bd9d23 Reviewed-by: Ulf Hermann <ulf.hermann@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmllanguage')
-rw-r--r--tests/auto/qml/qqmllanguage/data/objectValueTypeProperty.errors.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmllanguage/data/objectValueTypeProperty.errors.txt b/tests/auto/qml/qqmllanguage/data/objectValueTypeProperty.errors.txt
index cefd62f9d4..945dacf8ab 100644
--- a/tests/auto/qml/qqmllanguage/data/objectValueTypeProperty.errors.txt
+++ b/tests/auto/qml/qqmllanguage/data/objectValueTypeProperty.errors.txt
@@ -1 +1 @@
-4:18:Unexpected object assignment for property "x"
+4:18:Can not assign value of type "int" to property "x", expecting an object