diff options
| author | Ben Kimock <kimockb@gmail.com> | 2023-08-24 17:29:47 -0400 |
|---|---|---|
| committer | Ben Kimock <kimockb@gmail.com> | 2023-08-25 19:48:20 -0400 |
| commit | b678d408262bc9ef8953da1593a3219db49323ef (patch) | |
| tree | 3494dc0d338ba784038ef5bf9d6fae73f6508f43 /tests/codegen | |
| parent | 18be2728bd0d59c8fc74311de365a52a2d5e3eee (diff) | |
| download | rust-b678d408262bc9ef8953da1593a3219db49323ef.tar.gz rust-b678d408262bc9ef8953da1593a3219db49323ef.zip | |
Remove some wasm/emscripten ignores
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) |
