summaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qmllanguage/data/interfaceQmlList.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qmllanguage/data/interfaceQmlList.qml')
-rw-r--r--tests/auto/declarative/qmllanguage/data/interfaceQmlList.qml7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/auto/declarative/qmllanguage/data/interfaceQmlList.qml b/tests/auto/declarative/qmllanguage/data/interfaceQmlList.qml
deleted file mode 100644
index 8392bea..0000000
--- a/tests/auto/declarative/qmllanguage/data/interfaceQmlList.qml
+++ /dev/null
@@ -1,7 +0,0 @@
-import Test 1.0
-MyContainer {
- qmllistInterfaces: [
- MyQmlObject {},
- MyQmlObject {}
- ]
-}