diff options
Diffstat (limited to 'testsuite/tests/qualifieddo/should_fail')
5 files changed, 8 insertions, 8 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] diff --git a/testsuite/tests/qualifieddo/should_fail/qdofail002.stderr b/testsuite/tests/qualifieddo/should_fail/qdofail002.stderr index bea64513c6..a42c112cd2 100644 --- a/testsuite/tests/qualifieddo/should_fail/qdofail002.stderr +++ b/testsuite/tests/qualifieddo/should_fail/qdofail002.stderr @@ -1,8 +1,8 @@ -qdofail002.hs:8:11: +qdofail002.hs:8:11: error: [GHC-40280] Illegal qualified ‘P.do’ block Suggested fix: Perhaps you intended to use QualifiedDo -qdofail002.hs:11:13: +qdofail002.hs:11:13: error: [GHC-40280] Illegal qualified ‘P.mdo’ block Suggested fix: Perhaps you intended to use QualifiedDo diff --git a/testsuite/tests/qualifieddo/should_fail/qdofail003.stderr b/testsuite/tests/qualifieddo/should_fail/qdofail003.stderr index ed59cd2bf4..bd34088a51 100644 --- a/testsuite/tests/qualifieddo/should_fail/qdofail003.stderr +++ b/testsuite/tests/qualifieddo/should_fail/qdofail003.stderr @@ -1,5 +1,5 @@ -qdofail003.hs:11:5: error: +qdofail003.hs:11:5: error: [GHC-76037] Not in scope: ‘P.>>’ Suggested fix: Perhaps you want to remove ‘>>’ from the explicit hiding list diff --git a/testsuite/tests/qualifieddo/should_fail/qdofail004.stderr b/testsuite/tests/qualifieddo/should_fail/qdofail004.stderr index cfe60a9010..6bfb5daeb4 100644 --- a/testsuite/tests/qualifieddo/should_fail/qdofail004.stderr +++ b/testsuite/tests/qualifieddo/should_fail/qdofail004.stderr @@ -1,5 +1,5 @@ -qdofail004.hs:10:5: error: +qdofail004.hs:10:5: error: [GHC-76037] Not in scope: ‘P.fail’ Suggested fix: Perhaps you want to remove ‘fail’ from the explicit hiding list diff --git a/testsuite/tests/qualifieddo/should_fail/qdofail005.stderr b/testsuite/tests/qualifieddo/should_fail/qdofail005.stderr index 8d49e1d3ba..b371e1d800 100644 --- a/testsuite/tests/qualifieddo/should_fail/qdofail005.stderr +++ b/testsuite/tests/qualifieddo/should_fail/qdofail005.stderr @@ -1,5 +1,5 @@ -qdofail005.hs:11:23: +qdofail005.hs:11:23: error: [GHC-54089] Parse error in command: Found a qualified P.do block in a command, but qualified 'do' is not supported in commands. |