diff options
Diffstat (limited to 'testsuite/tests/annotations/should_fail/annfail07.stderr')
-rw-r--r-- | testsuite/tests/annotations/should_fail/annfail07.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/annotations/should_fail/annfail07.stderr b/testsuite/tests/annotations/should_fail/annfail07.stderr index e7cd8dd000..f4f2fc4637 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’ - In the annotation: {-# ANN f (head True) #-} +annfail07.hs:9:17: error: [GHC-83865] + • 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) #-} |