diff options
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.3.qml')
-rw-r--r-- | tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.3.qml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.3.qml b/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.3.qml deleted file mode 100644 index 0bbfc4f..0000000 --- a/tests/auto/declarative/qmllanguage/data/invalidGroupedProperty.3.qml +++ /dev/null @@ -1,5 +0,0 @@ -import Test 1.0 - -MyQmlObject { - customType.x: 10 -} |