[project @ 1998-01-26 13:17:38 by simonm]
authorsimonm <unknown>
Mon, 26 Jan 1998 13:17:38 +0000 (13:17 +0000)
committersimonm <unknown>
Mon, 26 Jan 1998 13:17:38 +0000 (13:17 +0000)
replace this test with one that actually *fails* on 2.10...

ghc/tests/deriving/should_compile/drv010.hs

index e681450..621a2ec 100644 (file)
@@ -1,4 +1,4 @@
 --!!! deriving Enum on d. type with nullary constructors
 module ShouldSucceed where
 
-data AD = A | B | C | D deriving (Enum)
+data D = D1 deriving(Eq,Ord)