diff options
-rwxr-xr-x | lib/system/channels.nim (renamed from lib/system/inboxes.nim) | 0 | ||||
-rwxr-xr-x | tests/tester.nim | 1 |
2 files changed, 1 insertions, 0 deletions
diff --git a/lib/system/inboxes.nim b/lib/system/channels.nim index d4a4b1eb4..d4a4b1eb4 100755 --- a/lib/system/inboxes.nim +++ b/lib/system/channels.nim diff --git a/tests/tester.nim b/tests/tester.nim index df01c8de3..1981dd066 100755 --- a/tests/tester.nim +++ b/tests/tester.nim @@ -123,6 +123,7 @@ proc callCompiler(cmdTemplate, filename, options: string): TSpec = if x =~ pegOfInterest: # `s` should contain the last error message s = x + close(p) result.msg = "" result.file = "" result.outp = "" |