summaryrefslogtreecommitdiff
path: root/tests/subdir/test_worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/subdir/test_worker.js')
-rw-r--r--tests/subdir/test_worker.js7
1 files changed, 0 insertions, 7 deletions
diff --git a/tests/subdir/test_worker.js b/tests/subdir/test_worker.js
deleted file mode 100644
index 53d38ba96..000000000
--- a/tests/subdir/test_worker.js
+++ /dev/null
@@ -1,7 +0,0 @@
-onmessage = function(e) {
- console.log(e.data);
-
- postMessage(e.data);
-
- workerClose();
-};