From e4974839c24bef2317324016f81a40aa6b8c9438 Mon Sep 17 00:00:00 2001 From: sewardj Date: Wed, 30 May 2001 16:39:48 +0000 Subject: [PATCH] [project @ 2001-05-30 16:39:48 by sewardj] Give correct output for mingw. --- ghc/tests/lib/IO/Makefile | 3 ++- ghc/tests/lib/IO/hFileSize001.stdout-mingw | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 ghc/tests/lib/IO/hFileSize001.stdout-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 -- 1.7.10.4