summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_fail/T2310.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_fail/T2310.stderr')
-rw-r--r--testsuite/tests/rename/should_fail/T2310.stderr15
1 files changed, 5 insertions, 10 deletions
diff --git a/testsuite/tests/rename/should_fail/T2310.stderr b/testsuite/tests/rename/should_fail/T2310.stderr
index 807a574f75..5e9e6ba59a 100644
--- a/testsuite/tests/rename/should_fail/T2310.stderr
+++ b/testsuite/tests/rename/should_fail/T2310.stderr
@@ -1,10 +1,5 @@
-
-T2310.hs:5:22:
- Illegal result type signature ‘a’
- Result signatures are no longer supported in pattern matches
- In a lambda abstraction: \ x :: a -> (x :: a)
-
-T2310.hs:5:39:
- Not in scope: ‘co’
- Perhaps you meant one of these:
- ‘c’ (line 5), ‘cos’ (imported from Prelude)
+
+T2310.hs:5:41: error:
+ Variable not in scope: co
+ Perhaps you meant one of these:
+ ‘c’ (line 5), ‘cos’ (imported from Prelude)