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/macro-check.js | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 test/bun.js/macro-check.js (limited to 'test/bun.js/macro-check.js') diff --git a/test/bun.js/macro-check.js b/test/bun.js/macro-check.js deleted file mode 100644 index 0f494a4e7..000000000 --- a/test/bun.js/macro-check.js +++ /dev/null @@ -1,7 +0,0 @@ -export function keepSecondArgument(bacon1234) { - return bacon1234.arguments[1]; -} - -export function bacon(heloooo) { - return heloooo.arguments[1]; -} -- cgit v1.2.3