summaryrefslogtreecommitdiff
path: root/tests/testdata/run/error_019_stack_function.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/error_019_stack_function.ts.out')
-rw-r--r--tests/testdata/run/error_019_stack_function.ts.out8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/testdata/run/error_019_stack_function.ts.out b/tests/testdata/run/error_019_stack_function.ts.out
deleted file mode 100644
index edaff27c0..000000000
--- a/tests/testdata/run/error_019_stack_function.ts.out
+++ /dev/null
@@ -1,8 +0,0 @@
-[WILDCARD]Error: function
- at foo ([WILDCARD]/error_019_stack_function.ts:[WILDCARD])
- at [WILDCARD]/error_019_stack_function.ts:[WILDCARD]
-error: Uncaught (in promise) Error: function
- throw new Error("function");
- ^
- at foo ([WILDCARD]/error_019_stack_function.ts:[WILDCARD])
- at [WILDCARD]/error_019_stack_function.ts:[WILDCARD]