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