aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-01-31 15:42:20 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-03 14:38:12 +0100
commit5d8a642f210e9b5a6187573ee75db6ca6c68c103 (patch)
treea5e4d3d158f291920942ce9d85b4bbb5da1e748d /tests
parentd60251910eb3700f0f45e2fadf61dd457b094412 (diff)
[new compiler] Fix error message when assigning lists to singular properties
Also adjust the error message for the other compiler when trying to assign lists to script strings. Change-Id: I50f833c340f3634a59c5b36f30aeafc53003e65e Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/qml/qqmllanguage/data/scriptString.2.errors.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmllanguage/data/scriptString.2.errors.txt b/tests/auto/qml/qqmllanguage/data/scriptString.2.errors.txt
index f8a776f9a0..0197f30142 100644
--- a/tests/auto/qml/qqmllanguage/data/scriptString.2.errors.txt
+++ b/tests/auto/qml/qqmllanguage/data/scriptString.2.errors.txt
@@ -1 +1 @@
-4:40:Cannot assign multiple values to a script property
+4:23:Cannot assign multiple values to a script property