summaryrefslogtreecommitdiff
path: root/testsuite/tests/rename/should_compile/T1972.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/rename/should_compile/T1972.stderr')
-rw-r--r--testsuite/tests/rename/should_compile/T1972.stderr4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/rename/should_compile/T1972.stderr b/testsuite/tests/rename/should_compile/T1972.stderr
index 3311f0aded..d3d92a213a 100644
--- a/testsuite/tests/rename/should_compile/T1972.stderr
+++ b/testsuite/tests/rename/should_compile/T1972.stderr
@@ -1,9 +1,9 @@
-T1972.hs:13:3: warning: [-Wname-shadowing (in -Wall)]
+T1972.hs:13:3: warning: [GHC-63397] [-Wname-shadowing (in -Wall)]
This binding for ‘name’ shadows the existing binding
defined at T1972.hs:10:19
-T1972.hs:15:3: warning: [-Wname-shadowing (in -Wall)]
+T1972.hs:15:3: warning: [GHC-63397] [-Wname-shadowing (in -Wall)]
This binding for ‘mapAccumL’ shadows the existing bindings
imported from ‘Data.List’ at T1972.hs:8:19-27
(and originally defined in ‘Data.Traversable’)