diff options
Diffstat (limited to 'testsuite/tests/qualifieddo/should_fail/qdofail001.stderr')
-rw-r--r-- | testsuite/tests/qualifieddo/should_fail/qdofail001.stderr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuite/tests/qualifieddo/should_fail/qdofail001.stderr b/testsuite/tests/qualifieddo/should_fail/qdofail001.stderr index 62cc54e2df..829cbcc910 100644 --- a/testsuite/tests/qualifieddo/should_fail/qdofail001.stderr +++ b/testsuite/tests/qualifieddo/should_fail/qdofail001.stderr @@ -1,7 +1,7 @@ -qdofail001.hs:11:7: - Couldn't match expected type ‘Int’ with actual type ‘Char’ - In the pattern: ' ' +qdofail001.hs:11:7: error: [GHC-83865] + • Couldn't match expected type ‘Int’ with actual type ‘Char’ + • In the pattern: ' ' In a stmt of a qualified 'do' block: y@' ' <- [1, 2 :: Int] In the second argument of ‘($)’, namely ‘P.do x <- [1, 2] |