[commit: testsuite] master: Wibble after typofix (3f4f0f3)
git at git.haskell.org
git
Wed Oct 9 18:04:30 UTC 2013
Repository : ssh://git at git.haskell.org/testsuite
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/3f4f0f3a9aeee791844e48757b64a3bfa27478ea/testsuite
>---------------------------------------------------------------
commit 3f4f0f3a9aeee791844e48757b64a3bfa27478ea
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date: Wed Oct 9 20:04:11 2013 +0200
Wibble after typofix
>---------------------------------------------------------------
3f4f0f3a9aeee791844e48757b64a3bfa27478ea
tests/typecheck/should_fail/T2247.stderr | 2 +-
tests/typecheck/should_fail/tcfail170.stderr | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/typecheck/should_fail/T2247.stderr b/tests/typecheck/should_fail/T2247.stderr
index 3a5dce4..6a99d54 100644
--- a/tests/typecheck/should_fail/T2247.stderr
+++ b/tests/typecheck/should_fail/T2247.stderr
@@ -3,5 +3,5 @@ T2247.hs:6:10:
Illegal instance declaration for ?FD a b?
The liberal coverage condition fails in class ?FD?
for functional dependency: ?a -> b?
- Reason: lhs type ?a? does not deternine rhs type ?b?
+ Reason: lhs type ?a? does not determine rhs type ?b?
In the instance declaration for ?FD a b?
diff --git a/tests/typecheck/should_fail/tcfail170.stderr b/tests/typecheck/should_fail/tcfail170.stderr
index e6f9a3f..18a63a7 100644
--- a/tests/typecheck/should_fail/tcfail170.stderr
+++ b/tests/typecheck/should_fail/tcfail170.stderr
@@ -3,5 +3,5 @@ tcfail170.hs:7:10:
Illegal instance declaration for ?C [p] [q]?
The coverage condition fails in class ?C?
for functional dependency: ?a -> b?
- Reason: lhs type ?[p]? does not deternine rhs type ?[q]?
+ Reason: lhs type ?[p]? does not determine rhs type ?[q]?
In the instance declaration for ?C [p] [q]?
More information about the ghc-commits
mailing list