summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_fail/T9033.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_fail/T9033.stderr')
-rw-r--r--testsuite/tests/typecheck/should_fail/T9033.stderr8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/typecheck/should_fail/T9033.stderr b/testsuite/tests/typecheck/should_fail/T9033.stderr
index c2fd563124..c386fe6ec8 100644
--- a/testsuite/tests/typecheck/should_fail/T9033.stderr
+++ b/testsuite/tests/typecheck/should_fail/T9033.stderr
@@ -1,5 +1,5 @@
-T9033.hs:4:7:
- Couldn't match expected type ‘Bool’ with actual type ‘()’
- In the expression: ()
- In an equation for ‘bad’: bad = ()
+T9033.hs:4:7: error: [GHC-83865]
+ • Couldn't match expected type ‘Bool’ with actual type ‘()’
+ • In the expression: ()
+ In an equation for ‘bad’: bad = ()