diff options
Diffstat (limited to 'testsuite/tests/rename/should_fail/T2310.stderr')
-rw-r--r-- | testsuite/tests/rename/should_fail/T2310.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/rename/should_fail/T2310.stderr b/testsuite/tests/rename/should_fail/T2310.stderr index a5dd532a0c..807a574f75 100644 --- a/testsuite/tests/rename/should_fail/T2310.stderr +++ b/testsuite/tests/rename/should_fail/T2310.stderr @@ -1,10 +1,10 @@ T2310.hs:5:22: - Illegal result type signature ‛a’ + 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’ + Not in scope: ‘co’ Perhaps you meant one of these: - ‛c’ (line 5), ‛cos’ (imported from Prelude) + ‘c’ (line 5), ‘cos’ (imported from Prelude) |