]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Rollup merge of #101435 - JakobDegen:bitwidth-tests, r=wesleywiser
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 7 Sep 2022 19:48:13 +0000 (21:48 +0200)
committerGitHub <noreply@github.com>
Wed, 7 Sep 2022 19:48:13 +0000 (21:48 +0200)
commit1d65e9619d742deab8618d662c48b7e11588bbe2
treedd6e2895c5d6ca29cba883af66384e8f56ac5a3f
parentd1ebba41c140e17cab6472ad83c7728c323caab2
parent46130a1d182c23dc967b6fc211019ce882f312b4
Rollup merge of #101435 - JakobDegen:bitwidth-tests, r=wesleywiser

Remove unnecessary `EMIT_MIR_FOR_EACH_BITWIDTH`

This commit removes the annotation only for those tests where the 32 bit and 64 bit files were exactly identical. I didn't touch anything in the `mir-opt/const` directory, since having this annotation there seems more principled, even if it doesn't make a difference.

This also removes four additional files related to the `separate_const_switch.rs` test. The associated annotations were removed in #100827 , but I forgot to remove the files as well. (#97564 is the issue tracking an automated check here)

r? ```@wesleywiser```