aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeincubator/data/asynchronousIfNested.2.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeincubator/data/asynchronousIfNested.2.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeincubator/data/asynchronousIfNested.2.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qdeclarativeincubator/data/asynchronousIfNested.2.qml b/tests/auto/declarative/qdeclarativeincubator/data/asynchronousIfNested.2.qml
deleted file mode 100644
index 3f6cd932de..0000000000
--- a/tests/auto/declarative/qdeclarativeincubator/data/asynchronousIfNested.2.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 2.0
-
-QtObject {
- property QtObject o: AsynchronousIfNestedType { }
- property int dummy: 11
-}