[project @ 1998-08-17 10:58:12 by simonm]
[ghc-hetmet.git] / 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