aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/exit-code-unhandled-throw.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/bun.js/exit-code-unhandled-throw.js')
-rw-r--r--test/bun.js/exit-code-unhandled-throw.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/bun.js/exit-code-unhandled-throw.js b/test/bun.js/exit-code-unhandled-throw.js
deleted file mode 100644
index e8f5ca4cb..000000000
--- a/test/bun.js/exit-code-unhandled-throw.js
+++ /dev/null
@@ -1,3 +0,0 @@
-(async function () {
- throw 42;
-})();