aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/qdeclarativeworkerscript/data/worker_error_onCall.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative/qdeclarativeworkerscript/data/worker_error_onCall.qml')
-rw-r--r--tests/auto/declarative/qdeclarativeworkerscript/data/worker_error_onCall.qml6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/auto/declarative/qdeclarativeworkerscript/data/worker_error_onCall.qml b/tests/auto/declarative/qdeclarativeworkerscript/data/worker_error_onCall.qml
deleted file mode 100644
index aa20783e76..0000000000
--- a/tests/auto/declarative/qdeclarativeworkerscript/data/worker_error_onCall.qml
+++ /dev/null
@@ -1,6 +0,0 @@
-import QtQuick 2.0
-
-BaseWorker {
- source: "script_error_onCall.js"
-}
-