aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/console-iterator-run.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/console-iterator-run.js')
-rw-r--r--test/bun.js/console-iterator-run.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/bun.js/console-iterator-run.js b/test/bun.js/console-iterator-run.js
deleted file mode 100644
index 7664c85a1..000000000
--- a/test/bun.js/console-iterator-run.js
+++ /dev/null
@@ -1,3 +0,0 @@
-for await (const line of console) {
- console.write(line);
-}