summaryrefslogtreecommitdiff
path: root/testsuite/tests/rebindable
diff options
context:
space:
mode:
authorSimon Peyton Jones <simonpj@microsoft.com>2011-09-29 09:47:11 +0100
committerSimon Peyton Jones <simonpj@microsoft.com>2011-09-29 09:47:11 +0100
commit642130293971bb8e59056601d537b40fa9ad4cfd (patch)
tree21bd18262e2c80ffb52a9a3107912fa8811d2580 /testsuite/tests/rebindable
parentf8e0e9ed2ddecb712c1f4be05d69448a21f3bf82 (diff)
downloadhaskell-642130293971bb8e59056601d537b40fa9ad4cfd.tar.gz
Wibbles to error messages following fix to Outputable.quotes
cf Trac #5509
Diffstat (limited to 'testsuite/tests/rebindable')
-rw-r--r--testsuite/tests/rebindable/DoParamM.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/rebindable/DoParamM.stderr b/testsuite/tests/rebindable/DoParamM.stderr
index 7abfdd4b56..7c095445e1 100644
--- a/testsuite/tests/rebindable/DoParamM.stderr
+++ b/testsuite/tests/rebindable/DoParamM.stderr
@@ -1,7 +1,7 @@
DoParamM.hs:146:25:
Couldn't match expected type `Int' with actual type `Char'
- In the second argument of `(==)', namely `v''
+ In the second argument of `(==)', namely v'
In the first argument of `return', namely `(v == v')'
In a stmt of a 'do' block: return (v == v')