diff options
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.1.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.1.qml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.1.qml b/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.1.qml deleted file mode 100644 index 1167e39..0000000 --- a/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.1.qml +++ /dev/null @@ -1,6 +0,0 @@ -import Qt 4.6 - -QtObject { - property var o; - o.blah: 10 -} |