aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeitem/data/childrenRectBug3.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeitem/data/childrenRectBug3.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeitem/data/childrenRectBug3.qml15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeitem/data/childrenRectBug3.qml b/tests/auto/qtquick1/qdeclarativeitem/data/childrenRectBug3.qml
deleted file mode 100644
index 9d8e1e863a..0000000000
--- a/tests/auto/qtquick1/qdeclarativeitem/data/childrenRectBug3.qml
+++ /dev/null
@@ -1,15 +0,0 @@
-import QtQuick 1.0
-
-Rectangle {
- width: 300
- height: 300
-
- Rectangle {
- height: childrenRect.height
-
- Repeater {
- model: 1
- Rectangle { }
- }
- }
-}