[project @ 2001-08-22 12:24:41 by simonmar]
[ghc-hetmet.git] / ghc / tests / deriving / should_compile / drv011.hs
diff --git a/ghc/tests/deriving/should_compile/drv011.hs b/ghc/tests/deriving/should_compile/drv011.hs
deleted file mode 100644 (file)
index bba25f5..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
--- !!! deriving Enum, but not Ord.
-module ShouldSucceed where
-
-data ABC = A | B | C deriving Enum
-
-x = [A ..C]