summary refs log tree commit diff stats
path: root/tests/exception/t16366.nim
Commit message (Collapse)AuthorAgeFilesLines
* Make 'echo' raise IOErrors when appropriate (#16367)Matt Haggard2020-12-181-0/+11
* Make 'echo' raise IOError when fwrite/fflush fail * Fix fwrite return value comparison * Add test for echo raising error and don't fail to release locks in echo * Fix exitcode expectation * Make 'echo' raise IOError on Windows if it fails * Add nimLegacyEchoNoRaise for prior no-IOError echo behavior * Use checkErrMaybe template