diff options
author | Araq <rumpf_a@web.de> | 2018-12-11 18:17:38 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2018-12-11 21:23:26 +0100 |
commit | f18fcf65b3a61b1960c14aa9503eea34fee76492 (patch) | |
tree | be0f199721a37f90e980179e6b104741bc6fdb39 /tests/osproc | |
parent | 01892eee4b6d29cfa137759a76b94b54b70c0a1d (diff) | |
download | Nim-f18fcf65b3a61b1960c14aa9503eea34fee76492.tar.gz |
make tests green again
Diffstat (limited to 'tests/osproc')
-rw-r--r-- | tests/osproc/tstdout.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/osproc/tstdout.nim b/tests/osproc/tstdout.nim index 0cb5bd9c0..e3ed3986a 100644 --- a/tests/osproc/tstdout.nim +++ b/tests/osproc/tstdout.nim @@ -1,11 +1,13 @@ discard """ output: '''-------------------------------------- +start ta_out to stdout to stdout to stderr to stderr to stdout to stdout +end ta_out -------------------------------------- ''' """ |