From: simonm Date: Mon, 26 Jan 1998 13:17:38 +0000 (+0000) Subject: [project @ 1998-01-26 13:17:38 by simonm] X-Git-Tag: Approx_2487_patches~1058 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b2966fde955e806c5a56676aaa73440b9e02bb0b;p=ghc-hetmet.git [project @ 1998-01-26 13:17:38 by simonm] replace this test with one that actually *fails* on 2.10... --- diff --git a/ghc/tests/deriving/should_compile/drv010.hs b/ghc/tests/deriving/should_compile/drv010.hs index e681450..621a2ec 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 AD = A | B | C | D deriving (Enum) +data D = D1 deriving(Eq,Ord)