[commit: testsuite] master: Leftover change to relevant-binding warnings (one I missed) (8450b18)
git at git.haskell.org
git at git.haskell.org
Wed Sep 11 11:02:03 CEST 2013
Repository : ssh://git@git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/8450b1807f49c8daefbd4010b61aaa75e970ac48/testsuite
>---------------------------------------------------------------
commit 8450b1807f49c8daefbd4010b61aaa75e970ac48
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Wed Sep 11 10:01:55 2013 +0100
Leftover change to relevant-binding warnings (one I missed)
>---------------------------------------------------------------
8450b1807f49c8daefbd4010b61aaa75e970ac48
tests/indexed-types/should_fail/Overlap11.stderr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/indexed-types/should_fail/Overlap11.stderr b/tests/indexed-types/should_fail/Overlap11.stderr
index 97627e7..4dc7407 100644
--- a/tests/indexed-types/should_fail/Overlap11.stderr
+++ b/tests/indexed-types/should_fail/Overlap11.stderr
@@ -2,7 +2,7 @@
Overlap11.hs:10:8:
Couldn't match expected type ‛F a Int’ with actual type ‛Int’
Relevant bindings include
- g :: a -> F a Int (bound at Overlap11.hs:10:1)
x :: a (bound at Overlap11.hs:10:3)
+ g :: a -> F a Int (bound at Overlap11.hs:10:1)
In the expression: (5 :: Int)
In an equation for ‛g’: g x = (5 :: Int)
More information about the ghc-commits
mailing list