aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativebehaviors/data/groupedPropertyCrash.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativebehaviors/data/groupedPropertyCrash.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativebehaviors/data/groupedPropertyCrash.qml10
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/auto/qtquick1/qdeclarativebehaviors/data/groupedPropertyCrash.qml b/tests/auto/qtquick1/qdeclarativebehaviors/data/groupedPropertyCrash.qml
deleted file mode 100644
index 8aa590bca1..0000000000
--- a/tests/auto/qtquick1/qdeclarativebehaviors/data/groupedPropertyCrash.qml
+++ /dev/null
@@ -1,10 +0,0 @@
-import QtQuick 1.0
-
-Rectangle {
- width: 200
- height: 200
- Text {
- Behavior on anchors.verticalCenterOffset { NumberAnimation { duration: 300; } }
- text: "Hello World"
- }
-}