aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeecmascript/data/include_remote_missing.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript/data/include_remote_missing.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeecmascript/data/include_remote_missing.qml12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/data/include_remote_missing.qml b/tests/auto/declarative/qdeclarativeecmascript/data/include_remote_missing.qml
deleted file mode 100644
index e8ef609fed..0000000000
--- a/tests/auto/declarative/qdeclarativeecmascript/data/include_remote_missing.qml
+++ /dev/null
@@ -1,12 +0,0 @@
-import QtQuick 2.0
-import "include_remote_missing.js" as IncludeTest
-
-QtObject {
- property bool done: false
-
- property bool test1: false
- property bool test2: false
- property bool test3: false
-
- Component.onCompleted: IncludeTest.go();
-}