summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail201.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail201.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail201.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail201.stderr b/testsuite/tests/typecheck/should_fail/tcfail201.stderr
index a69906452c..f548f0e72c 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail201.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail201.stderr
@@ -1,6 +1,6 @@
-tcfail201.hs:17:58:
- Couldn't match expected type ‘a’ with actual type ‘HsDoc id0’
+tcfail201.hs:17:58: error:
+ Couldn't match expected type ‘a’ with actual type ‘HsDoc t0’
‘a’ is a rigid type variable bound by
the type signature for:
gfoldl' :: (forall a1 b. c (a1 -> b) -> a1 -> c b)