[project @ 1999-08-23 12:53:23 by keithw]
[ghc-hetmet.git] / ghc / tests / lib / should_run / enum01.hs
index 197c401..9254b40 100644 (file)
@@ -81,7 +81,7 @@ main = do
   OK - on with the regression testing.
 -}
 
-#define printTest(x) (do{ putStr ( "    " ++ #x ++ " = " ) ; print (x) })
+#define printTest(x) (do{ putStr ( "    " ++ "x" ++ " = " ) ; print (x) })
 
 
 testEnumInt :: IO ()