about summary refs log tree commit diff
path: root/tests/codegen
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-08-27 17:51:50 +0000
committerbors <bors@rust-lang.org>2023-08-27 17:51:50 +0000
commit668bf8c5932933255ba278f50fdbe308f7abe60f (patch)
treee14bdf0df76a02822623ff4c9f3aaf05d6537576 /tests/codegen
parent0fe46eed7a3bc8d487fd41e8c7f4c4fc8868fe94 (diff)
parentb678d408262bc9ef8953da1593a3219db49323ef (diff)
downloadrust-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.rs1
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)