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/spawn-streaming-stdout-repro.js | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 test/bun.js/spawn-streaming-stdout-repro.js (limited to 'test/bun.js/spawn-streaming-stdout-repro.js') diff --git a/test/bun.js/spawn-streaming-stdout-repro.js b/test/bun.js/spawn-streaming-stdout-repro.js deleted file mode 100644 index 3976ff095..000000000 --- a/test/bun.js/spawn-streaming-stdout-repro.js +++ /dev/null @@ -1,5 +0,0 @@ -var writer = Bun.stdout.writer(); -setInterval(() => { - writer.write("Wrote to stdout\n"); - writer.flush(); -}, 20); -- cgit v1.2.3