aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/qqmllanguage/data/singletonTest12.error.txt
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@qt.io>2016-06-17 14:11:22 +0200
committerSimon Hausmann <simon.hausmann@qt.io>2016-06-20 08:02:01 +0000
commit7c8441feced8ed41621cd2aad09c1f6d1da7e2ff (patch)
treeec5ca6c95bdf3f1a74d5b2149c1190d5b4234416 /tests/auto/qml/qqmllanguage/data/singletonTest12.error.txt
parente88500ff2518de358c0b5e9a7e8e0d7c33bfeadd (diff)
Clean up pragma singleton handling in the type loader
Get rid of the m_isSingleton boolean by checking the CompiledData::Unit::flags after the type compilation. This is more compact and makes the singleton type checks independent from the IR. Change-Id: I04189d284e6ea275ac8540918836b641914e7588 Reviewed-by: Lars Knoll <lars.knoll@qt.io>
Diffstat (limited to 'tests/auto/qml/qqmllanguage/data/singletonTest12.error.txt')
-rw-r--r--tests/auto/qml/qqmllanguage/data/singletonTest12.error.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qml/qqmllanguage/data/singletonTest12.error.txt b/tests/auto/qml/qqmllanguage/data/singletonTest12.error.txt
index 716cf5709a..b3082d80e6 100644
--- a/tests/auto/qml/qqmllanguage/data/singletonTest12.error.txt
+++ b/tests/auto/qml/qqmllanguage/data/singletonTest12.error.txt
@@ -1,2 +1,2 @@
5:5:Type RegisteredCompositeType unavailable
-2:1:pragma Singleton used with a non composite singleton type CompositeSingletonTest/RegisteredCompositeType
+-1:-1:pragma Singleton used with a non composite singleton type CompositeSingletonTest/RegisteredCompositeType