summaryrefslogtreecommitdiff
path: root/testsuite/tests/typecheck/should_compile/T21951a.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/typecheck/should_compile/T21951a.stderr')
-rw-r--r--testsuite/tests/typecheck/should_compile/T21951a.stderr7
1 files changed, 4 insertions, 3 deletions
diff --git a/testsuite/tests/typecheck/should_compile/T21951a.stderr b/testsuite/tests/typecheck/should_compile/T21951a.stderr
index d6afb5465e..d10a8932ce 100644
--- a/testsuite/tests/typecheck/should_compile/T21951a.stderr
+++ b/testsuite/tests/typecheck/should_compile/T21951a.stderr
@@ -1,4 +1,5 @@
-T21951a.hs:10:11: warning: [-Wredundant-strictness-flags]
- Lazy flag has no effect on unlifted type ‘Array# Int’
- In the definition of data constructor ‘UA’
+
+T21951a.hs:10:11: warning: [GHC-71444] [-Wredundant-strictness-flags]
+ • Lazy flag has no effect on unlifted type ‘Array# Int’
+ • In the definition of data constructor ‘UA’
In the data type declaration for ‘UA’