summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/recomp006
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2012-01-16 13:15:01 +0000
committerSimon Peyton Jones <simonpj@microsoft.com>2012-01-16 13:15:01 +0000
commit28f619e259f352079b8cf1165983d1b2263d71f7 (patch)
tree94d74d2fd24dbcaaae2ff3787a24594ee6b94397 /testsuite/tests/driver/recomp006
parentfcbfdfee545e8ea08f420d75aa3b422eff991bb1 (diff)
downloadhaskell-28f619e259f352079b8cf1165983d1b2263d71f7.tar.gz
Wibble to recomp006 error
I think this didn't show up before with --fast?
Diffstat (limited to 'testsuite/tests/driver/recomp006')
-rw-r--r--testsuite/tests/driver/recomp006/recomp006.stderr11
1 files changed, 2 insertions, 9 deletions
diff --git a/testsuite/tests/driver/recomp006/recomp006.stderr b/testsuite/tests/driver/recomp006/recomp006.stderr
index c449b5cd2d..328897c0c2 100644
--- a/testsuite/tests/driver/recomp006/recomp006.stderr
+++ b/testsuite/tests/driver/recomp006/recomp006.stderr
@@ -1,14 +1,7 @@
-A.hs:8:6:
- No instance for (Num (Int :- Int))
- arising from the literal `1'
- Possible fix: add an instance declaration for (Num (Int :- Int))
- In the expression: 1
- In the expression: (1, (2, 3))
- In an equation for `f': f = (1, (2, 3))
-
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))