diff options
Diffstat (limited to 'tests/testdata/run/report_error.ts.out')
-rw-r--r-- | tests/testdata/run/report_error.ts.out | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testdata/run/report_error.ts.out b/tests/testdata/run/report_error.ts.out deleted file mode 100644 index 185db62a5..000000000 --- a/tests/testdata/run/report_error.ts.out +++ /dev/null @@ -1,5 +0,0 @@ -1 -error: Uncaught Error: foo -reportError(new Error("foo")); - ^ - at [WILDCARD]/report_error.ts:2:13 |