diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2021-04-20 16:30:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 16:30:17 +0200 |
commit | 0b116310bfb691755481293e8f9af11190fe0999 (patch) | |
tree | 2eeff75d1a1cabd5794f4eb147e982e8e3974dac /tests/osproc | |
parent | c776498170a2a08a67b1317d8965482cf266a733 (diff) | |
download | Nim-0b116310bfb691755481293e8f9af11190fe0999.tar.gz |
unit separator (#17730)
* use the ASCII Unit Separator so that error messages can be handled precisely by the tooling * updated testament
Diffstat (limited to 'tests/osproc')
-rw-r--r-- | tests/osproc/treadlines.nim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/osproc/treadlines.nim b/tests/osproc/treadlines.nim index 3a8303321..436dd7a10 100644 --- a/tests/osproc/treadlines.nim +++ b/tests/osproc/treadlines.nim @@ -1,6 +1,6 @@ discard """ - output: '''Error: cannot open 'a.nim' -Error: cannot open 'b.nim' + output: '''Error: cannot open 'a.nim'\31 +Error: cannot open 'b.nim'\31 ''' targets: "c" """ |