[project @ 1998-08-17 10:58:12 by simonm]
authorsimonm <unknown>
Mon, 17 Aug 1998 10:58:12 +0000 (10:58 +0000)
committersimonm <unknown>
Mon, 17 Aug 1998 10:58:12 +0000 (10:58 +0000)
remove trace banners in output

ghc/tests/codeGen/should_run/cg025.stderr

index 337406e..063a689 100644 (file)
@@ -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