[commit: testsuite] master: Wibbles to error message in recomp006 (c33fc66)
Simon Peyton Jones
simonpj at microsoft.com
Tue Jun 11 15:49:56 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/testsuite
On branch : master
https://github.com/ghc/testsuite/commit/c33fc66686027f0d81b1d9b141685ff0e1b66e20
>---------------------------------------------------------------
commit c33fc66686027f0d81b1d9b141685ff0e1b66e20
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Tue Jun 11 14:49:48 2013 +0100
Wibbles to error message in recomp006
>---------------------------------------------------------------
tests/driver/recomp006/recomp006.stderr | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/tests/driver/recomp006/recomp006.stderr b/tests/driver/recomp006/recomp006.stderr
index 328897c..912273d 100644
--- a/tests/driver/recomp006/recomp006.stderr
+++ b/tests/driver/recomp006/recomp006.stderr
@@ -1,7 +1,6 @@
A.hs:8:8:
- Couldn't match expected type `Int'
- with actual type `(Integer, Integer)'
+ Couldn't match expected type âIntâ with actual type â(t0, t1)â
In the expression: (2, 3)
In the expression: (1, (2, 3))
- In an equation for `f': f = (1, (2, 3))
+ In an equation for âfâ: f = (1, (2, 3))
More information about the ghc-commits
mailing list