diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2018-12-25 15:09:49 +0900 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-12-27 02:09:49 +0000 |
commit | 9bfe9a005b7b90f880414747cecad4f8def02a02 (patch) | |
tree | 6be9d13cc8821205d61b09b600a5a13a7c4c066b /tests | |
parent | 531619305b7e385e7b989c985e5f5b5337f12592 (diff) |
fix(test): fix test of unbuffered_stderr
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unbuffered_stderr.ts.out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/unbuffered_stderr.ts.out b/tests/unbuffered_stderr.ts.out index 66f8d4f59..907698acc 100644 --- a/tests/unbuffered_stderr.ts.out +++ b/tests/unbuffered_stderr.ts.out @@ -1 +1,2 @@ -[WILDCARD]x
\ No newline at end of file +Compiling [WILDCARD].ts +x
\ No newline at end of file |