aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2018-06-01 15:57:10 +0200
committerLars Knoll <lars.knoll@qt.io>2018-06-04 13:02:59 +0000
commitba49286d70967865e8407e4cd7c219b3c116b053 (patch)
tree70ef95b628bc5bc6f48b18e299500727d83b0b87 /tests
parent0fac88c7ed7bafccd4c89fa952460c921bca85f0 (diff)
Show property name in error message
Change-Id: Ic78a38200959e39375753624af13c6edebe4e1f1 Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
Diffstat (limited to 'tests')
-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 db7d9c0f60..cefd62f9d4 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
+4:18:Unexpected object assignment for property "x"