From f7e4eb83694aa007a492ef66c28ffbe6a2dae791 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Tue, 7 Mar 2023 12:22:34 -0800 Subject: Reorganize tests (#2332) --- test/bun.js/console/console-iterator-run.js | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 test/bun.js/console/console-iterator-run.js (limited to 'test/bun.js/console/console-iterator-run.js') diff --git a/test/bun.js/console/console-iterator-run.js b/test/bun.js/console/console-iterator-run.js deleted file mode 100644 index 7664c85a1..000000000 --- a/test/bun.js/console/console-iterator-run.js +++ /dev/null @@ -1,3 +0,0 @@ -for await (const line of console) { - console.write(line); -} -- cgit v1.2.3