[commit: testsuite] master: Fix T4809 (depends on mtl); fixes #5121 (0790cad)
Ian Lynagh
igloo at earth.li
Sat Apr 16 00:29:17 CEST 2011
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/0790cada61a9a40be4bb65cace24c93e3b770934
>---------------------------------------------------------------
commit 0790cada61a9a40be4bb65cace24c93e3b770934
Author: Ian Lynagh <igloo at earth.li>
Date: Fri Apr 15 22:24:38 2011 +0100
Fix T4809 (depends on mtl); fixes #5121
>---------------------------------------------------------------
tests/ghc-regress/typecheck/should_run/all.T | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/ghc-regress/typecheck/should_run/all.T b/tests/ghc-regress/typecheck/should_run/all.T
index 19bc4eb..213899b 100644
--- a/tests/ghc-regress/typecheck/should_run/all.T
+++ b/tests/ghc-regress/typecheck/should_run/all.T
@@ -79,5 +79,5 @@ test('T3731', normal, compile_and_run, [''])
test('T3731-short', normal, compile_and_run, [''])
test('T3500a', normal, compile_and_run, [''])
test('T3500b', normal, compile_and_run, [''])
-test('T4809', normal, compile_and_run, [''])
+test('T4809', reqlib('mtl'), compile_and_run, [''])
test('T2722', normal, compile_and_run, [''])
More information about the Cvs-ghc
mailing list