summaryrefslogtreecommitdiff
path: root/testsuite
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2009-12-08 09:32:07 +0000
committerSimon Marlow <marlowsd@gmail.com>2009-12-08 09:32:07 +0000
commit3354a3359a3a2f8fa9ed7ee95cfcfba7536b374c (patch)
tree37feebdb2d3efaee255f85e9ace9fc37f225bc08 /testsuite
parentbd7a1a1acb49230a52d474b45eb068c483ee0fb8 (diff)
downloadhaskell-3354a3359a3a2f8fa9ed7ee95cfcfba7536b374c.tar.gz
accept output (column numbers)
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/tests/ghc-regress/rebindable/DoParamM.stderr6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/ghc-regress/rebindable/DoParamM.stderr b/testsuite/tests/ghc-regress/rebindable/DoParamM.stderr
index 57448f4f85..889c6a8869 100644
--- a/testsuite/tests/ghc-regress/rebindable/DoParamM.stderr
+++ b/testsuite/tests/ghc-regress/rebindable/DoParamM.stderr
@@ -1,11 +1,11 @@
-DoParamM.hs:146:17:
+DoParamM.hs:146:25:
Couldn't match expected type `Int' against inferred type `Char'
In the second argument of `(==)', namely `v''
In the first argument of `return', namely `(v == v')'
In the expression: return (v == v')
-DoParamM.hs:286:27:
+DoParamM.hs:286:28:
Couldn't match expected type `Locked'
against inferred type `Unlocked'
Expected type: LIO Locked r b
@@ -15,7 +15,7 @@ DoParamM.hs:286:27:
do { tlock2_do;
tlock2_do }
-DoParamM.hs:302:36:
+DoParamM.hs:302:37:
Couldn't match expected type `Unlocked'
against inferred type `Locked'
Expected type: LIO Unlocked r b