diff options
| author | bors <bors@rust-lang.org> | 2023-08-27 17:51:50 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-08-27 17:51:50 +0000 |
| commit | 668bf8c5932933255ba278f50fdbe308f7abe60f (patch) | |
| tree | e14bdf0df76a02822623ff4c9f3aaf05d6537576 /tests/codegen | |
| parent | 0fe46eed7a3bc8d487fd41e8c7f4c4fc8868fe94 (diff) | |
| parent | b678d408262bc9ef8953da1593a3219db49323ef (diff) | |
| download | rust-668bf8c5932933255ba278f50fdbe308f7abe60f.tar.gz rust-668bf8c5932933255ba278f50fdbe308f7abe60f.zip | |
Auto merge of #115231 - saethlin:dont-ignore-wasm, r=Mark-Simulacrum
Remove some wasm/emscripten ignores I'm planning on landing a few PRs like this that remove ignores that aren't required. This just covers mir-opt and codegen tests.
Diffstat (limited to 'tests/codegen')
| -rw-r--r-- | tests/codegen/tuple-layout-opt.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/codegen/tuple-layout-opt.rs b/tests/codegen/tuple-layout-opt.rs index 309fe1d5ec9..7cc67a9b51c 100644 --- a/tests/codegen/tuple-layout-opt.rs +++ b/tests/codegen/tuple-layout-opt.rs @@ -1,4 +1,3 @@ -// ignore-emscripten // compile-flags: -C no-prepopulate-passes -Copt-level=0 // Test that tuples get optimized layout, in particular with a ZST in the last field (#63244) |
