diff options
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail07.stderr')
-rw-r--r-- | testsuite/tests/annotations/should_fail/annfail07.stderr | 4 |
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 01f4b62c45..678a1609ec 100644 --- a/testsuite/tests/annotations/should_fail/annfail07.stderr +++ b/testsuite/tests/annotations/should_fail/annfail07.stderr @@ -1,6 +1,6 @@ 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 expression: (head True) In the annotation: {-# ANN f (head True) #-} |