[project @ 1999-08-23 12:53:23 by keithw]
[ghc-hetmet.git] / ghc / tests / lib / should_run / enum02.hs
index abd5725..27be3fd 100644 (file)
@@ -14,7 +14,7 @@ main = do
   putStrLn "Testing Enum Int64:"
   testEnumInt64
 
-#define printTest(x) (do{ putStr ( "    " ++ #x ++ " = " ) ; print (x) })
+#define printTest(x) (do{ putStr ( "    " ++ "x" ++ " = " ) ; print (x) })
 
 testEnumInt8 :: IO ()
 testEnumInt8 = do