[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / numeric / should_run / arith010.hs
diff --git a/ghc/tests/numeric/should_run/arith010.hs b/ghc/tests/numeric/should_run/arith010.hs
deleted file mode 100644 (file)
index 846f76e..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---     Tests enumerations
-
-main = do
-       print [1..10]
-       print [10..1]           -- []
-       print [1,3..10]
-       print [10,8..1]
-       print ['a'..'f']
-       print ['f'..'a']        -- []
-       print ['a','c'..'m']
-       print ['m','l'..'a']