diff options
Diffstat (limited to 'tests/error_stack.ts')
| -rw-r--r-- | tests/error_stack.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/error_stack.ts b/tests/error_stack.ts deleted file mode 100644 index f2125d662..000000000 --- a/tests/error_stack.ts +++ /dev/null @@ -1,10 +0,0 @@ -function foo(): never { - throw new Error("foo"); -} - -try { - foo(); -} catch (e) { - console.log(e); - throw e; -} |
