From 362cca13858faf7e1158273780ea900e7dad5827 Mon Sep 17 00:00:00 2001 From: sheaf Date: Tue, 13 Sep 2022 10:22:05 +0200 Subject: Diagnostic codes: acccept test changes The testsuite output now contains diagnostic codes, so many tests need to be updated at once. We decided it was best to keep the diagnostic codes in the testsuite output, so that contributors don't inadvertently make changes to the diagnostic codes. --- testsuite/tests/deSugar/should_compile/T3263-1.stderr | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'testsuite/tests/deSugar/should_compile/T3263-1.stderr') diff --git a/testsuite/tests/deSugar/should_compile/T3263-1.stderr b/testsuite/tests/deSugar/should_compile/T3263-1.stderr index acc59ab3cd..9cc101b05b 100644 --- a/testsuite/tests/deSugar/should_compile/T3263-1.stderr +++ b/testsuite/tests/deSugar/should_compile/T3263-1.stderr @@ -1,10 +1,8 @@ -T3263-1.hs:25:3: warning: [-Wunused-do-bind (in -Wall)] +T3263-1.hs:25:3: warning: [GHC-81995] [-Wunused-do-bind (in -Wall)] A do-notation statement discarded a result of type ‘Int’ - Suggested fix: - Suppress this warning by saying ‘_ <- nonNullM’ + Suggested fix: Suppress this warning by saying ‘_ <- nonNullM’ -T3263-1.hs:35:3: warning: [-Wunused-do-bind (in -Wall)] +T3263-1.hs:35:3: warning: [GHC-81995] [-Wunused-do-bind (in -Wall)] A do-notation statement discarded a result of type ‘Int’ - Suggested fix: - Suppress this warning by saying ‘_ <- nonNullM’ + Suggested fix: Suppress this warning by saying ‘_ <- nonNullM’ -- cgit v1.2.1