summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/tcfail177.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/tcfail177.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/tcfail177.stderr44
1 files changed, 22 insertions, 22 deletions
diff --git a/testsuite/tests/typecheck/should_fail/tcfail177.stderr b/testsuite/tests/typecheck/should_fail/tcfail177.stderr
index 206f9ced6c..070f5438fd 100644
--- a/testsuite/tests/typecheck/should_fail/tcfail177.stderr
+++ b/testsuite/tests/typecheck/should_fail/tcfail177.stderr
@@ -1,24 +1,24 @@
-tcfail177.hs:38:12: error:
- Couldn't match expected type ‘Bool’ with actual type ‘Int’
- In the expression:
- foo
- ["One........" ~?= "1", "Two" ~?= "2", "Thre........." ~?= "3",
- "Four" ~?= "4", ....]
- In an equation for ‘allTest1’:
- allTest1
- = foo
- ["One........" ~?= "1", "Two" ~?= "2", "Thre........." ~?= "3",
- ....]
+tcfail177.hs:38:12: error: [GHC-83865]
+ • Couldn't match expected type ‘Bool’ with actual type ‘Int’
+ • In the expression:
+ foo
+ ["One........" ~?= "1", "Two" ~?= "2", "Thre........." ~?= "3",
+ "Four" ~?= "4", ....]
+ In an equation for ‘allTest1’:
+ allTest1
+ = foo
+ ["One........" ~?= "1", "Two" ~?= "2", "Thre........." ~?= "3",
+ ....]
-tcfail177.hs:47:12: error:
- Couldn't match expected type ‘Bool’ with actual type ‘Int’
- In the expression:
- foo
- ["One........" ~?= "1", "Two.................." ~?= "2",
- "Thre........." ~?= "3", "Four" ~?= "4", ....]
- In an equation for ‘allTest2’:
- allTest2
- = foo
- ["One........" ~?= "1", "Two.................." ~?= "2",
- "Thre........." ~?= "3", ....]
+tcfail177.hs:47:12: error: [GHC-83865]
+ • Couldn't match expected type ‘Bool’ with actual type ‘Int’
+ • In the expression:
+ foo
+ ["One........" ~?= "1", "Two.................." ~?= "2",
+ "Thre........." ~?= "3", "Four" ~?= "4", ....]
+ In an equation for ‘allTest2’:
+ allTest2
+ = foo
+ ["One........" ~?= "1", "Two.................." ~?= "2",
+ "Thre........." ~?= "3", ....]