summaryrefslogtreecommitdiff
path: root/testsuite/tests/ado/ado003.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ado/ado003.stderr')
-rw-r--r--testsuite/tests/ado/ado003.stderr16
1 files changed, 8 insertions, 8 deletions
diff --git a/testsuite/tests/ado/ado003.stderr b/testsuite/tests/ado/ado003.stderr
index cdc5c59d38..8bf64c195d 100644
--- a/testsuite/tests/ado/ado003.stderr
+++ b/testsuite/tests/ado/ado003.stderr
@@ -1,9 +1,9 @@
-ado003.hs:7:3: error:
- Couldn't match expected type ‘Int’ with actual type ‘Char’
- In the pattern: 'a'
- In a stmt of a 'do' block: 'a' <- return (3 :: Int)
- In the expression:
- do x <- getChar
- 'a' <- return (3 :: Int)
- return ()
+ado003.hs:7:3: error: [GHC-83865]
+ • Couldn't match expected type ‘Int’ with actual type ‘Char’
+ • In the pattern: 'a'
+ In a stmt of a 'do' block: 'a' <- return (3 :: Int)
+ In the expression:
+ do x <- getChar
+ 'a' <- return (3 :: Int)
+ return ()