aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeanchors/data/crash1.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeanchors/data/crash1.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeanchors/data/crash1.qml11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeanchors/data/crash1.qml b/tests/auto/qtquick1/qdeclarativeanchors/data/crash1.qml
deleted file mode 100644
index de66067ce6..0000000000
--- a/tests/auto/qtquick1/qdeclarativeanchors/data/crash1.qml
+++ /dev/null
@@ -1,11 +0,0 @@
-import QtQuick 1.0
-
-Column {
- Text {
- text: "foo"
- anchors.fill: parent
- }
- Text {
- text: "bar"
- }
-}