diff options
author | Karel Gardas <karel.gardas@centrum.cz> | 2014-08-04 08:15:39 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-08-04 08:15:39 -0500 |
commit | 7328deb691c4aed06db8aecc84d0119ef633ab78 (patch) | |
tree | 1587f1ea28348b69a004cd6e53a7c5d23cbc4989 | |
parent | f6866824ce5cdf5359f0cad78c49d65f6d43af12 (diff) | |
download | haskell-7328deb691c4aed06db8aecc84d0119ef633ab78.tar.gz |
fix openFile003 test on Solaris/i386 (platform output is not needed anymore)
Test Plan: validate
Reviewers: austin
Reviewed By: austin
Subscribers: phaskell, simonmar, relrod, ezyang, carter
Differential Revision: https://phabricator.haskell.org/D114
-rw-r--r-- | libraries/base/tests/IO/openFile003.stdout-i386-unknown-solaris2 | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libraries/base/tests/IO/openFile003.stdout-i386-unknown-solaris2 b/libraries/base/tests/IO/openFile003.stdout-i386-unknown-solaris2 deleted file mode 100644 index 6a78a2a891..0000000000 --- a/libraries/base/tests/IO/openFile003.stdout-i386-unknown-solaris2 +++ /dev/null @@ -1,4 +0,0 @@ -Left openFile003Dir: openFile: inappropriate type (is a directory) -Left openFile003Dir: openFile: invalid argument (Invalid argument) -Left openFile003Dir: openFile: invalid argument (Invalid argument) -Left openFile003Dir: openFile: invalid argument (Invalid argument) |