aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2013-09-30 08:56:29 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-30 18:21:56 +0200
commit7df73c27121149c36a6c8a21850d85728ea79ad5 (patch)
treeacd2c88747e7fe8b827426e544520f43e4376b81 /tests/auto/qml/qqmllanguage
parentfb89bc5635c09cab0d737ffd17de5f17d797373a (diff)
Improve error location reporting for invalid aliases in old VME
When an alias declaration is missing a location, report the error with the location of the alias declaration, not the object declaration. This matches the code patch in the new compiler, which also reports it accurately. Change-Id: I709dbddb3273f4e05cc4d63079da52d7224466bd Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/auto/qml/qqmllanguage')
-rw-r--r--tests/auto/qml/qqmllanguage/data/invalidAlias.1.errors.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmllanguage/data/invalidAlias.1.errors.txt b/tests/auto/qml/qqmllanguage/data/invalidAlias.1.errors.txt
index 9848e48579..00d17af98f 100644
--- a/tests/auto/qml/qqmllanguage/data/invalidAlias.1.errors.txt
+++ b/tests/auto/qml/qqmllanguage/data/invalidAlias.1.errors.txt
@@ -1 +1 @@
-3:1:No property alias location
+4:5:No property alias location