summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/error_020_stack_constructor.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/error_020_stack_constructor.ts.out')
-rw-r--r--cli/tests/testdata/run/error_020_stack_constructor.ts.out8
1 files changed, 0 insertions, 8 deletions
diff --git a/cli/tests/testdata/run/error_020_stack_constructor.ts.out b/cli/tests/testdata/run/error_020_stack_constructor.ts.out
deleted file mode 100644
index 9e48b8f98..000000000
--- a/cli/tests/testdata/run/error_020_stack_constructor.ts.out
+++ /dev/null
@@ -1,8 +0,0 @@
-[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]