aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeitem/data/qtbug_16871.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qtquick1/qdeclarativeitem/data/qtbug_16871.qml')
-rw-r--r--tests/auto/qtquick1/qdeclarativeitem/data/qtbug_16871.qml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/qtquick1/qdeclarativeitem/data/qtbug_16871.qml b/tests/auto/qtquick1/qdeclarativeitem/data/qtbug_16871.qml
deleted file mode 100644
index 8102df165c..0000000000
--- a/tests/auto/qtquick1/qdeclarativeitem/data/qtbug_16871.qml
+++ /dev/null
@@ -1,5 +0,0 @@
-import QtQuick 1.0
-
-Item {
- children: [ 10 ]
-}