diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-12-10 17:50:41 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-10 17:50:41 -0500 |
| commit | 9a960b9f5804f5e855163e7ec43327c28daef845 (patch) | |
| tree | f67a70c4c35999ff89601968e57783644063a062 /tests/error_007_any.test | |
| parent | 1548792fb3530efb63432c0c704a3f0053410eb3 (diff) | |
Use stderr for exceptions (#1303)
Diffstat (limited to 'tests/error_007_any.test')
| -rw-r--r-- | tests/error_007_any.test | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/error_007_any.test b/tests/error_007_any.test index 2c63c932a..970049195 100644 --- a/tests/error_007_any.test +++ b/tests/error_007_any.test @@ -1,3 +1,4 @@ args: tests/error_007_any.ts --reload +check_stderr: true exit_code: 1 output: tests/error_007_any.ts.out |
