diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-04 16:13:11 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2015-07-06 01:11:25 +0200 |
commit | 7a3d85e705665fbf2c28f83bb3997e8979f2b88c (patch) | |
tree | bbe8f67106670ab68779bf4e1ecc29076dce250e /libraries/base/tests/IO | |
parent | edb2c544151a11d6e7f0154ba3ca665850f46bda (diff) | |
download | haskell-7a3d85e705665fbf2c28f83bb3997e8979f2b88c.tar.gz |
Remove all *.stderr/stdout-hugs files
Diffstat (limited to 'libraries/base/tests/IO')
-rw-r--r-- | libraries/base/tests/IO/IOError001.stdout-hugs | 2 | ||||
-rw-r--r-- | libraries/base/tests/IO/hGetLine002.stdout-hugs | 2 | ||||
-rw-r--r-- | libraries/base/tests/IO/hGetPosn001.stdout-hugs | 5 | ||||
-rw-r--r-- | libraries/base/tests/IO/openFile002.stderr-hugs | 1 |
4 files changed, 0 insertions, 10 deletions
diff --git a/libraries/base/tests/IO/IOError001.stdout-hugs b/libraries/base/tests/IO/IOError001.stdout-hugs deleted file mode 100644 index 036084a006..0000000000 --- a/libraries/base/tests/IO/IOError001.stdout-hugs +++ /dev/null @@ -1,2 +0,0 @@ -<stdin>: getChar: illegal operation (handle is semi-closed) -<stdin>: getChar: illegal operation (handle is semi-closed) diff --git a/libraries/base/tests/IO/hGetLine002.stdout-hugs b/libraries/base/tests/IO/hGetLine002.stdout-hugs deleted file mode 100644 index ed871357b7..0000000000 --- a/libraries/base/tests/IO/hGetLine002.stdout-hugs +++ /dev/null @@ -1,2 +0,0 @@ -this line doesn't end with a newline -<stdin>: IO.hGetChar: end of file (end of file) diff --git a/libraries/base/tests/IO/hGetPosn001.stdout-hugs b/libraries/base/tests/IO/hGetPosn001.stdout-hugs deleted file mode 100644 index 56e989c493..0000000000 --- a/libraries/base/tests/IO/hGetPosn001.stdout-hugs +++ /dev/null @@ -1,5 +0,0 @@ -<handle> at position 0 -123456789*123456789*123456789*123456789*123456789*123456789*123456789*12 - 1 2 3 4 5 6 7 -123456789*123456789*123456789*123456789*123456789*123456789*123456789*12 - 1 2 3 4 5 6 7 diff --git a/libraries/base/tests/IO/openFile002.stderr-hugs b/libraries/base/tests/IO/openFile002.stderr-hugs deleted file mode 100644 index aa76710e44..0000000000 --- a/libraries/base/tests/IO/openFile002.stderr-hugs +++ /dev/null @@ -1 +0,0 @@ -openFile002: nonexistent: IO.openFile: does not exist (file does not exist) |