aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml b/tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml
deleted file mode 100644
index bc5229b529..0000000000
--- a/tests/auto/qtquick1/qdeclarativeflipable/data/crash.qml
+++ /dev/null
@@ -1,9 +0,0 @@
-import QtQuick 1.0
-
-Flipable {
- transform: Rotation {
- axis.y: 1
- axis.z: 0
- angle: 180
- }
-}