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/tcplugins | |
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/tcplugins')
-rw-r--r-- | testsuite/tests/tcplugins/TcPlugin_EmitWanted.stderr | 2 | ||||
-rw-r--r-- | testsuite/tests/tcplugins/TcPlugin_RewritePerf.stderr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/tcplugins/TcPlugin_EmitWanted.stderr b/testsuite/tests/tcplugins/TcPlugin_EmitWanted.stderr index d85d8bf4ed..5a5305fa89 100644 --- a/testsuite/tests/tcplugins/TcPlugin_EmitWanted.stderr +++ b/testsuite/tests/tcplugins/TcPlugin_EmitWanted.stderr @@ -3,7 +3,7 @@ [3 of 4] Compiling EmitWantedPlugin ( EmitWantedPlugin.hs, EmitWantedPlugin.o ) [4 of 4] Compiling TcPlugin_EmitWanted ( TcPlugin_EmitWanted.hs, TcPlugin_EmitWanted.o ) -TcPlugin_EmitWanted.hs:13:7: error: +TcPlugin_EmitWanted.hs:13:7: error: [GHC-18872] • Couldn't match type ‘Bool’ with ‘()’ arising from a use of ‘foo’ • In the expression: foo In an equation for ‘bar’: bar = foo diff --git a/testsuite/tests/tcplugins/TcPlugin_RewritePerf.stderr b/testsuite/tests/tcplugins/TcPlugin_RewritePerf.stderr index baa39e8374..0d6f7ed4f0 100644 --- a/testsuite/tests/tcplugins/TcPlugin_RewritePerf.stderr +++ b/testsuite/tests/tcplugins/TcPlugin_RewritePerf.stderr @@ -2,7 +2,7 @@ [2 of 4] Compiling RewritePerfPlugin ( RewritePerfPlugin.hs, RewritePerfPlugin.o ) [3 of 4] Compiling Main ( TcPlugin_RewritePerf.hs, TcPlugin_RewritePerf.o ) -TcPlugin_RewritePerf.hs:25:8: error: +TcPlugin_RewritePerf.hs:25:8: error: [GHC-39999] • No instance for ‘Show (Proxy '[ '[ 'Cube 'G 'B 'W 'R 'B 'G, 'Cube 'W 'G 'B 'W 'R 'R, |