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