summaryrefslogtreecommitdiff
path: root/tests/testdata/run/classic_workers_event_loop.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/classic_workers_event_loop.js')
-rw-r--r--tests/testdata/run/classic_workers_event_loop.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/testdata/run/classic_workers_event_loop.js b/tests/testdata/run/classic_workers_event_loop.js
deleted file mode 100644
index 810a6df7f..000000000
--- a/tests/testdata/run/classic_workers_event_loop.js
+++ /dev/null
@@ -1,4 +0,0 @@
-new Worker(
- "data:application/javascript,setTimeout(() => {console.log('done'); self.close()}, 1000)",
- { type: "classic" },
-);