From a9fc39ea49ad3864a9c932a193787e451f897608 Mon Sep 17 00:00:00 2001 From: rrt Date: Mon, 15 May 2000 11:21:22 +0000 Subject: [PATCH] [project @ 2000-05-15 11:21:22 by rrt] Stdout modified in accordance with output (it's the same as io005.hs, which has itself been modified). --- ghc/tests/io/should_run/io005.stdout | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ghc/tests/io/should_run/io005.stdout b/ghc/tests/io/should_run/io005.stdout index 0fd1f86..ac12847 100644 --- a/ghc/tests/io/should_run/io005.stdout +++ b/ghc/tests/io/should_run/io005.stdout @@ -1,3 +1,5 @@ +-- Not run on mingw, because of /dev/null use + import System (system, ExitCode(..), exitWith) main = -- 1.7.10.4