about summary refs log tree commit diff
path: root/tests/codegen/repr/transparent-byval-struct-ptr.rs
diff options
context:
space:
mode:
authorJubilee Young <workingjubilee@gmail.com>2024-09-16 18:43:23 -0700
committerJubilee Young <workingjubilee@gmail.com>2024-09-18 12:31:51 -0700
commit51718e8eca313dd69a69cbe16688deca7befc09c (patch)
treed769c6acedf82e5001f515fc803e68f9ab312758 /tests/codegen/repr/transparent-byval-struct-ptr.rs
parentb75711df123f05f59d5b017c7b7312c33d8d53c0 (diff)
downloadrust-51718e8eca313dd69a69cbe16688deca7befc09c.tar.gz
rust-51718e8eca313dd69a69cbe16688deca7befc09c.zip
tests: Move wasm32 to transparent-opaque-ptr.rs test
Diffstat (limited to 'tests/codegen/repr/transparent-byval-struct-ptr.rs')
-rw-r--r--tests/codegen/repr/transparent-byval-struct-ptr.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/codegen/repr/transparent-byval-struct-ptr.rs b/tests/codegen/repr/transparent-byval-struct-ptr.rs
index 35b52bee8d9..92ef937d734 100644
--- a/tests/codegen/repr/transparent-byval-struct-ptr.rs
+++ b/tests/codegen/repr/transparent-byval-struct-ptr.rs
@@ -1,4 +1,4 @@
-//@ revisions: i686-linux i686-freebsd x64-linux x64-apple wasm32
+//@ revisions: i686-linux i686-freebsd x64-linux x64-apple
 //@ compile-flags: -O -C no-prepopulate-passes
 
 //@[i686-linux] compile-flags: --target i686-unknown-linux-gnu
@@ -9,8 +9,6 @@
 //@[x64-linux] needs-llvm-components: x86
 //@[x64-apple] compile-flags: --target x86_64-apple-darwin
 //@[x64-apple] needs-llvm-components: x86
-//@[wasm32] compile-flags: --target wasm32-wasi
-//@[wasm32] needs-llvm-components: webassembly
 
 // See ./transparent.rs
 // Some platforms pass large aggregates using immediate arrays in LLVMIR