[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / lib / should_run / addr001.hs
diff --git a/ghc/tests/lib/should_run/addr001.hs b/ghc/tests/lib/should_run/addr001.hs
deleted file mode 100644 (file)
index 89e49c4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
--- !!! Testing that Show for Addr is OK..
-module Main(main) where
-
-import Addr
-
-main :: IO ()
-main = do
-  print (intToAddr maxBound)
-  print (intToAddr minBound)
-