diff options
author | Ian Lynagh <igloo@earth.li> | 2009-11-24 00:18:04 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-11-24 00:18:04 +0000 |
commit | 0fb72c5a2a029a57a0f330610d9eb990e4ccca09 (patch) | |
tree | 6ad77600e69edcbbc506e0d0ea74c0e6c44f4746 | |
parent | 98ec6b9196b60b87554ca0d0efe4cebb9eeb754f (diff) | |
download | haskell-0fb72c5a2a029a57a0f330610d9eb990e4ccca09.tar.gz |
Follow changes in tcfail073
-rw-r--r-- | testsuite/tests/ghc-regress/typecheck/should_fail/tcfail073.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail073.stderr b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail073.stderr index 90cd4c4d6b..536d4206cf 100644 --- a/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail073.stderr +++ b/testsuite/tests/ghc-regress/typecheck/should_fail/tcfail073.stderr @@ -2,4 +2,4 @@ tcfail073.hs:8:9: Duplicate instance declarations: instance (Eq a) => Eq (a, b) -- Defined at tcfail073.hs:8:9-24 - instance (Eq a, Eq b) => Eq (a, b) -- Defined in Data.Tuple + instance (Eq a, Eq b) => Eq (a, b) -- Defined in GHC.Classes |