summaryrefslogtreecommitdiff
path: root/tests/async_error.ts.out
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async_error.ts.out')
-rw-r--r--tests/async_error.ts.out11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/async_error.ts.out b/tests/async_error.ts.out
deleted file mode 100644
index d07ba8cfe..000000000
--- a/tests/async_error.ts.out
+++ /dev/null
@@ -1,11 +0,0 @@
-[WILDCARD]hello
-before error
-world
-error: Uncaught Error: error
-[WILDCARD]tests/async_error.ts:4:9
-
-4 throw Error("error");
- ^
-
- at foo ([WILDCARD]tests/async_error.ts:4:9)
- at [WILDCARD]tests/async_error.ts:7:1