From c516bab3ab96bfae58c5530ed3e4dd9424c3c5ac Mon Sep 17 00:00:00 2001 From: rrt <unknown> Date: Wed, 10 May 2000 14:53:41 +0000 Subject: [PATCH] [project @ 2000-05-10 14:53:41 by rrt] Temporarily removed i018 test on mingw --- ghc/tests/io/should_run/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/tests/io/should_run/Makefile b/ghc/tests/io/should_run/Makefile index dcdd7e6c8b71..61f30d705d45 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 -- GitLab