From: simonm Date: Mon, 26 Jan 1998 14:39:19 +0000 (+0000) Subject: [project @ 1998-01-26 14:39:19 by simonm] X-Git-Tag: Approx_2487_patches~1056 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=1e0afc355d4892e0098248374bed80113a6dd806;p=ghc-hetmet.git [project @ 1998-01-26 14:39:19 by simonm] back out last commit, the real test is in drv007.hs. --- diff --git a/ghc/tests/deriving/should_compile/drv010.hs b/ghc/tests/deriving/should_compile/drv010.hs index 621a2ec..e681450 100644 --- a/ghc/tests/deriving/should_compile/drv010.hs +++ b/ghc/tests/deriving/should_compile/drv010.hs @@ -1,4 +1,4 @@ --!!! deriving Enum on d. type with nullary constructors module ShouldSucceed where -data D = D1 deriving(Eq,Ord) +data AD = A | B | C | D deriving (Enum)