From: rrt Date: Wed, 10 May 2000 14:53:41 +0000 (+0000) Subject: [project @ 2000-05-10 14:53:41 by rrt] X-Git-Tag: Approximately_9120_patches~4523 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c516bab3ab96bfae58c5530ed3e4dd9424c3c5ac;p=ghc-hetmet.git [project @ 2000-05-10 14:53:41 by rrt] Temporarily removed i018 test on mingw --- diff --git a/ghc/tests/io/should_run/Makefile b/ghc/tests/io/should_run/Makefile index dcdd7e6..61f30d7 100644 --- a/ghc/tests/io/should_run/Makefile +++ b/ghc/tests/io/should_run/Makefile @@ -3,7 +3,8 @@ TOP = ../.. include $(TOP)/mk/boilerplate.mk ifeq "$(TARGETPLATFORM)" "i386-unknown-mingw32" -OMITTED_RUNTESTS = io005.run io033.run +# io018 should run +OMITTED_RUNTESTS = io005.run io018.run io033.run endif include $(TOP)/mk/should_run.mk