summaryrefslogtreecommitdiff
path: root/libraries/base/tests
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2015-12-15 01:02:39 +0100
committerBen Gamari <ben@smart-cactus.org>2015-12-15 01:38:10 +0100
commit9017f16a78d66fe5aaf0ec98aeb9add1792fd838 (patch)
tree8fe96280ea78335a5d8fde3913e2a119f100e067 /libraries/base/tests
parentddde542dbcb088e0a10aa3cdc3e0aef0a1c4a9b7 (diff)
downloadhaskell-9017f16a78d66fe5aaf0ec98aeb9add1792fd838.tar.gz
Mention "handle is semi-closed" in error messages
Semi-closedness is mentioned in the Haskell report, so lets not hide it from users. Reviewers: austin, hvr, bgamari Reviewed By: bgamari Differential Revision: https://phabricator.haskell.org/D1624
Diffstat (limited to 'libraries/base/tests')
-rw-r--r--libraries/base/tests/IO/IOError001.stdout4
1 files changed, 2 insertions, 2 deletions
diff --git a/libraries/base/tests/IO/IOError001.stdout b/libraries/base/tests/IO/IOError001.stdout
index 1e689bb0f9..c235b62eda 100644
--- a/libraries/base/tests/IO/IOError001.stdout
+++ b/libraries/base/tests/IO/IOError001.stdout
@@ -1,2 +1,2 @@
-<stdin>: hGetChar: illegal operation (handle is closed)
-<stdin>: hGetChar: illegal operation (handle is closed)
+<stdin>: hGetChar: illegal operation (handle is semi-closed)
+<stdin>: hGetChar: illegal operation (handle is semi-closed)