From: simonm Date: Mon, 17 Aug 1998 10:58:12 +0000 (+0000) Subject: [project @ 1998-08-17 10:58:12 by simonm] X-Git-Tag: Approx_2487_patches~323 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=ab36e594eead89944a23d37d9a363f3bdf0da572;p=ghc-hetmet.git [project @ 1998-08-17 10:58:12 by simonm] remove trace banners in output --- diff --git a/ghc/tests/codeGen/should_run/cg025.stderr b/ghc/tests/codeGen/should_run/cg025.stderr index 337406e..063a689 100644 --- a/ghc/tests/codeGen/should_run/cg025.stderr +++ b/ghc/tests/codeGen/should_run/cg025.stderr @@ -21,8 +21,5 @@ main = do hPutStr stderr file_cts trace "hello, trace" $ catch (getEnv "__WURBLE__" >> return ()) (\ e -> error "hello, error\n") -Trace On: hello, trace -Trace Off. - Fail: hello, error