diff options
author | sewardj <unknown> | 2001-05-30 16:39:48 +0000 |
---|---|---|
committer | sewardj <unknown> | 2001-05-30 16:39:48 +0000 |
commit | e4974839c24bef2317324016f81a40aa6b8c9438 (patch) | |
tree | 0686757979b3d38653df9492dce6789e14542a35 /ghc/tests | |
parent | 4d3731de448d49e99724fd63527397816352479b (diff) | |
download | haskell-e4974839c24bef2317324016f81a40aa6b8c9438.tar.gz |
[project @ 2001-05-30 16:39:48 by sewardj]
Give correct output for mingw.
Diffstat (limited to 'ghc/tests')
-rw-r--r-- | ghc/tests/lib/IO/Makefile | 3 | ||||
-rw-r--r-- | ghc/tests/lib/IO/hFileSize001.stdout-mingw | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/ghc/tests/lib/IO/Makefile b/ghc/tests/lib/IO/Makefile index e2ed9b7684..cc10638db1 100644 --- a/ghc/tests/lib/IO/Makefile +++ b/ghc/tests/lib/IO/Makefile @@ -1,5 +1,5 @@ # ----------------------------------------------------------------------------- -# $Id: Makefile,v 1.2 2001/05/21 15:25:24 simonmar Exp $ +# $Id: Makefile,v 1.3 2001/05/30 16:39:48 sewardj Exp $ TOP = ../.. @@ -17,6 +17,7 @@ openFile002_RUNTEST_OPTS += -x 1 IOError001_RUNTEST_OPTS += -o1 IOError001.stdout-mingw readwrite002_RUNTEST_OPTS += -i readwrite002.hs hGetLine001_RUNTEST_OPTS += -i hGetLine001.hs +hFileSize001_RUNTEST_OPTS += -o1 hFileSize001.stdout-mingw .PRECIOUS: %.o %.bin diff --git a/ghc/tests/lib/IO/hFileSize001.stdout-mingw b/ghc/tests/lib/IO/hFileSize001.stdout-mingw new file mode 100644 index 0000000000..6a4573e805 --- /dev/null +++ b/ghc/tests/lib/IO/hFileSize001.stdout-mingw @@ -0,0 +1 @@ +133 |