[commit: ghc] master: Amend tcrun024, tcrun025 after Trac #7854 fix (e491803)
git at git.haskell.org
git at git.haskell.org
Sat Jun 20 08:55:30 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e4918034896948642718f15906f5b379b98f68cf/ghc
>---------------------------------------------------------------
commit e4918034896948642718f15906f5b379b98f68cf
Author: Sergei Trofimovich <siarheit at google.com>
Date: Sat Jun 20 09:51:36 2015 +0100
Amend tcrun024, tcrun025 after Trac #7854 fix
Signed-off-by: Sergei Trofimovich <siarheit at google.com>
>---------------------------------------------------------------
e4918034896948642718f15906f5b379b98f68cf
testsuite/tests/typecheck/should_run/TcRun025_B.hs | 2 +-
testsuite/tests/typecheck/should_run/tcrun024.hs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/testsuite/tests/typecheck/should_run/TcRun025_B.hs b/testsuite/tests/typecheck/should_run/TcRun025_B.hs
index a6d752c..ae48117 100644
--- a/testsuite/tests/typecheck/should_run/TcRun025_B.hs
+++ b/testsuite/tests/typecheck/should_run/TcRun025_B.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE ImplicitParams, TypeSynonymInstances, FlexibleInstances #-}
+{-# LANGUAGE ImplicitParams, TypeSynonymInstances, FlexibleInstances, ConstrainedClassMethods #-}
-- Similar to tc024, but cross module
diff --git a/testsuite/tests/typecheck/should_run/tcrun024.hs b/testsuite/tests/typecheck/should_run/tcrun024.hs
index 82c6f49..1edf5eb 100644
--- a/testsuite/tests/typecheck/should_run/tcrun024.hs
+++ b/testsuite/tests/typecheck/should_run/tcrun024.hs
@@ -1,4 +1,4 @@
-{-# LANGUAGE ImplicitParams, TypeSynonymInstances, FlexibleInstances #-}
+{-# LANGUAGE ImplicitParams, TypeSynonymInstances, FlexibleInstances, ConstrainedClassMethods #-}
-- Class ops that bind no new type variables
More information about the ghc-commits
mailing list