From 1e0afc355d4892e0098248374bed80113a6dd806 Mon Sep 17 00:00:00 2001 From: simonm Date: Mon, 26 Jan 1998 14:39:19 +0000 Subject: [PATCH] [project @ 1998-01-26 14:39:19 by simonm] back out last commit, the real test is in drv007.hs. --- ghc/tests/deriving/should_compile/drv010.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 1.7.10.4