diff options
author | sheaf <sam.derbyshire@gmail.com> | 2022-09-13 10:22:05 +0200 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2022-09-13 10:27:53 -0400 |
commit | 362cca13858faf7e1158273780ea900e7dad5827 (patch) | |
tree | 468c06697b2a6ef3f65b79a469a131d279f71deb /testsuite/tests/parser/should_compile/T21589.stderr | |
parent | 65a0bd69ac1fb59047cd4c8554a8fc756c7b3476 (diff) | |
download | haskell-362cca13858faf7e1158273780ea900e7dad5827.tar.gz |
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.
Diffstat (limited to 'testsuite/tests/parser/should_compile/T21589.stderr')
-rw-r--r-- | testsuite/tests/parser/should_compile/T21589.stderr | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/tests/parser/should_compile/T21589.stderr b/testsuite/tests/parser/should_compile/T21589.stderr index 5e1524f2f4..49f12b294b 100644 --- a/testsuite/tests/parser/should_compile/T21589.stderr +++ b/testsuite/tests/parser/should_compile/T21589.stderr @@ -1,16 +1,16 @@ -T21589.hs:1:1: warning: [-Wunrecognised-pragmas (in -Wdefault)] +T21589.hs:1:1: warning: [GHC-42044] [-Wunrecognised-pragmas (in -Wdefault)] Unrecognised pragma: LANGUGE Suggested fix: Perhaps you meant ‘LANGUAGE’ -T21589.hs:2:1: warning: [-Wunrecognised-pragmas (in -Wdefault)] +T21589.hs:2:1: warning: [GHC-42044] [-Wunrecognised-pragmas (in -Wdefault)] Unrecognised pragma: OPTION_HUGS Suggested fix: Perhaps you meant ‘OPTIONS_HUGS’ -T21589.hs:3:1: warning: [-Wunrecognised-pragmas (in -Wdefault)] +T21589.hs:3:1: warning: [GHC-42044] [-Wunrecognised-pragmas (in -Wdefault)] Unrecognised pragma: LIE Suggested fix: Perhaps you meant ‘LINE’ -T21589.hs:8:1: warning: [-Wunrecognised-pragmas (in -Wdefault)] +T21589.hs:8:1: warning: [GHC-42044] [-Wunrecognised-pragmas (in -Wdefault)] Unrecognised pragma: INLNE Suggested fix: Perhaps you meant ‘INLINE’ |