aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@digia.com>2014-02-10 21:15:41 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2014-02-18 10:01:48 +0100
commit3c0bf1c0a8fe80f75f9e9194637c86726d156c82 (patch)
tree7a4ce1ab2cf8d44d960168f4ee25287024c000c0 /tests/auto
parenta65b8785621ebf58f34eb0c1759376fc0a1117c7 (diff)
[new compiler] Fix error reporting null object group property access
The new code path reported line and column, the latter was missing from the old code path and is easily added. Change-Id: I730e56f0fe4e99091dfb10e5f601faf1d3b8949c Reviewed-by: Simon Hausmann <simon.hausmann@digia.com>
Diffstat (limited to 'tests/auto')
-rw-r--r--tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.7.errors.txt2
-rw-r--r--tests/auto/qml/qqmllanguage/data/nullDotProperty.errors.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.7.errors.txt b/tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.7.errors.txt
index 4a7e3830a8..0f42a4b39d 100644
--- a/tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.7.errors.txt
+++ b/tests/auto/qml/qqmllanguage/data/invalidGroupedProperty.7.errors.txt
@@ -1 +1 @@
-4:-1:Cannot set properties on nullGrouped as it is null
+4:5:Cannot set properties on nullGrouped as it is null
diff --git a/tests/auto/qml/qqmllanguage/data/nullDotProperty.errors.txt b/tests/auto/qml/qqmllanguage/data/nullDotProperty.errors.txt
index 07a40949cd..581d34e0c3 100644
--- a/tests/auto/qml/qqmllanguage/data/nullDotProperty.errors.txt
+++ b/tests/auto/qml/qqmllanguage/data/nullDotProperty.errors.txt
@@ -1 +1 @@
-3:-1:Cannot set properties on obj as it is null
+3:5:Cannot set properties on obj as it is null