From: sewardj Date: Wed, 30 May 2001 16:39:48 +0000 (+0000) Subject: [project @ 2001-05-30 16:39:48 by sewardj] X-Git-Tag: Approximately_9120_patches~1843 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e4974839c24bef2317324016f81a40aa6b8c9438;p=ghc-hetmet.git [project @ 2001-05-30 16:39:48 by sewardj] Give correct output for mingw. --- diff --git a/ghc/tests/lib/IO/Makefile b/ghc/tests/lib/IO/Makefile index e2ed9b7..cc10638 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 0000000..6a4573e --- /dev/null +++ b/ghc/tests/lib/IO/hFileSize001.stdout-mingw @@ -0,0 +1 @@ +133