summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail068.stderr
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/typecheck/should_fail/tcfail068.stderr
parentf8e0e9ed2ddecb712c1f4be05d69448a21f3bf82 (diff)
downloadhaskell-642130293971bb8e59056601d537b40fa9ad4cfd.tar.gz
Wibbles to error messages following fix to Outputable.quotes
cf Trac #5509
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail068.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail068.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail068.stderr b/testsuite/tests/typecheck/should_fail/tcfail068.stderr
index afc671a8bf..1a7c840e0b 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail068.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail068.stderr
@@ -56,7 +56,7 @@ tcfail068.hs:24:35:
at tcfail068.hs:24:29
Expected type: GHC.ST.ST s1 (IndTree s a)
Actual type: GHC.ST.ST s (IndTree s a)
- In the return type of a call of `itrap''
+ In the return type of a call of itrap'
In the first argument of `runST', namely `(itrap' i k)'
tcfail068.hs:36:46:
@@ -88,5 +88,5 @@ tcfail068.hs:36:46:
at tcfail068.hs:36:40
Expected type: GHC.ST.ST s1 (c, IndTree s b)
Actual type: GHC.ST.ST s (c, IndTree s b)
- In the return type of a call of `itrapstate''
+ In the return type of a call of itrapstate'
In the first argument of `runST', namely `(itrapstate' i k s)'