[commit: ghc] master: Refresh recomp006 error message. (a53fc11)
git at git.haskell.org
git at git.haskell.org
Fri May 30 01:37:00 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a53fc117511fe87db534ad658d3412b16ee8d4e9/ghc
>---------------------------------------------------------------
commit a53fc117511fe87db534ad658d3412b16ee8d4e9
Author: Edward Z. Yang <ezyang at cs.stanford.edu>
Date: Thu May 29 17:35:53 2014 -0700
Refresh recomp006 error message.
Signed-off-by: Edward Z. Yang <ezyang at cs.stanford.edu>
>---------------------------------------------------------------
a53fc117511fe87db534ad658d3412b16ee8d4e9
testsuite/tests/driver/recomp006/recomp006.stderr | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testsuite/tests/driver/recomp006/recomp006.stderr b/testsuite/tests/driver/recomp006/recomp006.stderr
index 7119ff5..25b48f3 100644
--- a/testsuite/tests/driver/recomp006/recomp006.stderr
+++ b/testsuite/tests/driver/recomp006/recomp006.stderr
@@ -1,6 +1,7 @@
A.hs:8:8:
- Couldn't match expected type ‘Int’ with actual type ‘(t0, t1)’
+ Couldn't match expected type ‘Int’
+ with actual type ‘(Integer, Integer)’
In the expression: (2, 3)
In the expression: (1, (2, 3))
In an equation for ‘f’: f = (1, (2, 3))
More information about the ghc-commits
mailing list