From b2966fde955e806c5a56676aaa73440b9e02bb0b Mon Sep 17 00:00:00 2001
From: simonm <unknown>
Date: Mon, 26 Jan 1998 13:17:38 +0000
Subject: [PATCH] [project @ 1998-01-26 13:17:38 by simonm] replace this test
 with one that actually *fails* on 2.10...

---
 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 e6814507990f..621a2ec411c3 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)
-- 
GitLab