diff options
| author | simonmar <unknown> | 2001-05-31 10:01:57 +0000 |
|---|---|---|
| committer | simonmar <unknown> | 2001-05-31 10:01:57 +0000 |
| commit | 4c8b7e96c155072fd6f43883a0deecc32d14290f (patch) | |
| tree | 3697ee967aeebab669075aada2efb98ccf6f9885 /ghc/tests | |
| parent | 846ba98313d05b3eff2d71b84ef81eaf44831ea1 (diff) | |
| download | haskell-4c8b7e96c155072fd6f43883a0deecc32d14290f.tar.gz | |
[project @ 2001-05-31 10:01:57 by simonmar]
update expected output
Diffstat (limited to 'ghc/tests')
| -rw-r--r-- | ghc/tests/lib/IO/IOError001.stdout | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/tests/lib/IO/IOError001.stdout b/ghc/tests/lib/IO/IOError001.stdout index 4a50380db8..cc97f1137b 100644 --- a/ghc/tests/lib/IO/IOError001.stdout +++ b/ghc/tests/lib/IO/IOError001.stdout @@ -1,8 +1,10 @@ illegal operation Action: hGetChar Handle: {loc=<stdin>,type=semi-closed,buffering=block (8192)} +Reason: handle is closed File: <stdin> illegal operation Action: hGetChar Handle: {loc=<stdin>,type=semi-closed,buffering=block (8192)} +Reason: handle is closed File: <stdin> |
