diff options
Diffstat (limited to 'tests/testdata/run/report_error.ts')
-rw-r--r-- | tests/testdata/run/report_error.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/testdata/run/report_error.ts b/tests/testdata/run/report_error.ts deleted file mode 100644 index a6d4af1fd..000000000 --- a/tests/testdata/run/report_error.ts +++ /dev/null @@ -1,3 +0,0 @@ -console.log(1); -reportError(new Error("foo")); -console.log(2); |