summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_fail/annfail07.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail07.stderr')
-rw-r--r--testsuite/tests/annotations/should_fail/annfail07.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail07.stderr b/testsuite/tests/annotations/should_fail/annfail07.stderr
index 5f966a7bde..e7cd8dd000 100644
--- a/testsuite/tests/annotations/should_fail/annfail07.stderr
+++ b/testsuite/tests/annotations/should_fail/annfail07.stderr
@@ -1,5 +1,5 @@
annfail07.hs:9:17:
- Couldn't match expected type ‛[a0]’ with actual type ‛Bool’
- In the first argument of ‛head’, namely ‛True’
+ Couldn't match expected type ‘[a0]’ with actual type ‘Bool’
+ In the first argument of ‘head’, namely ‘True’
In the annotation: {-# ANN f (head True) #-}