From cc5d269719ef3ccc50e008b29c64b677048c240c Mon Sep 17 00:00:00 2001
From: Daniel Fischer <daniel.is.fischer@googlemail.com>
Date: Sun, 29 May 2011 22:44:17 +0200
Subject: [PATCH 3/4] Added DatatypeContexts extension to tcrun029

---
 tests/ghc-regress/typecheck/should_run/tcrun029.hs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/tests/ghc-regress/typecheck/should_run/tcrun029.hs b/tests/ghc-regress/typecheck/should_run/tcrun029.hs
index 53c67e5..f2aadab 100644
--- a/tests/ghc-regress/typecheck/should_run/tcrun029.hs
+++ b/tests/ghc-regress/typecheck/should_run/tcrun029.hs
@@ -1,3 +1,4 @@
+{-# LANGUAGE DatatypeContexts #-}
 -- Killed GHC 5.02.3
 
 -- Confusion about whether the wrapper for a data constructor
@@ -25,4 +26,4 @@ insert k i t = (insert2 t) {color=Black}
 			      left=None,
 			      right=None}
 
-main = print (insert 1 2 None)
\ No newline at end of file
+main = print (insert 1 2 None)
-- 
1.7.1

