summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.3.qml
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2009-11-06 04:09:22 (GMT)
committerAaron Kennedy <aaron.kennedy@nokia.com>2009-11-06 04:09:22 (GMT)
commit47f50491cafe76216f209d25d4a96643a05c1253 (patch)
treed7d282fca5ce81d737f3cd64009f36a12083fde8 /tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.3.qml
parent9fe17d149abcec38dcf0a9597b0ae4cea892ffd1 (diff)
downloadQt-47f50491cafe76216f209d25d4a96643a05c1253.zip
Qt-47f50491cafe76216f209d25d4a96643a05c1253.tar.gz
Qt-47f50491cafe76216f209d25d4a96643a05c1253.tar.bz2
More language tests
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.3.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.3.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.3.qml b/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.3.qml
new file mode 100644
index 0000000..0bbfc4f
--- /dev/null
+++ b/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.3.qml
@@ -0,0 +1,5 @@
+import Test 1.0
+
+MyQmlObject {
+ customType.x: 10
+}