summaryrefslogtreecommitdiff
path: root/testsuite/tests/roles/should_compile
diff options
context:
space:
mode:
authorOleg Grenrus <oleg.grenrus@iki.fi>2023-05-14 21:00:56 +0300
committerOleg Grenrus <oleg.grenrus@iki.fi>2023-05-17 16:58:37 +0300
commit2b04bce3a94e3b191a5c43414b7f76d144f0d1f6 (patch)
tree1c61ad2c6390799859e48bf9cd52b2902b01982d /testsuite/tests/roles/should_compile
parent2972fd66f91cb51426a1df86b8166a067015e231 (diff)
downloadhaskell-wip/warns-to-drivermessages.tar.gz
Make Warn = Located DriverMessagewip/warns-to-drivermessages
Resolves #23261 This change makes command line argument parsing use diagnostic framework for producing warnings.
Diffstat (limited to 'testsuite/tests/roles/should_compile')
-rw-r--r--testsuite/tests/roles/should_compile/T8958.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/roles/should_compile/T8958.stderr b/testsuite/tests/roles/should_compile/T8958.stderr
index 9a8e781e67..dd716c6dd4 100644
--- a/testsuite/tests/roles/should_compile/T8958.stderr
+++ b/testsuite/tests/roles/should_compile/T8958.stderr
@@ -1,5 +1,5 @@
-T8958.hs:2:31: warning: [-Wdeprecated-flags (in -Wdefault)]
+T8958.hs:2:31: warning: [GHC-53692] [-Wdeprecated-flags (in -Wdefault)]
-XDatatypeContexts is deprecated: It was widely considered a misfeature, and has been removed from the Haskell language.
TYPE CONSTRUCTORS
newtype Map{2} :: * -> * -> *