summary refs log tree commit diff
path: root/tests/codegen
diff options
context:
space:
mode:
authorJan-Mirko Otter <janmirko.otter@googlemail.com>2023-07-01 21:52:39 +0200
committerJan-Mirko Otter <janmirko.otter@googlemail.com>2023-07-02 02:22:22 +0200
commita0bd38105268ef5b6664e39acfaefc2c384c1634 (patch)
tree110a1b88508dec90a643b9299948c38354b661d4 /tests/codegen
parent211946c3574395d7a8a6b50c32094b548a377d0c (diff)
downloadrust-a0bd38105268ef5b6664e39acfaefc2c384c1634.tar.gz
rust-a0bd38105268ef5b6664e39acfaefc2c384c1634.zip
test-various: run codegen and assembly tests
Diffstat (limited to 'tests/codegen')
-rw-r--r--tests/codegen/repr-transparent-aggregates-1.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/codegen/repr-transparent-aggregates-1.rs b/tests/codegen/repr-transparent-aggregates-1.rs
index 9c4b0e58e71..ba3ba272efb 100644
--- a/tests/codegen/repr-transparent-aggregates-1.rs
+++ b/tests/codegen/repr-transparent-aggregates-1.rs
@@ -11,6 +11,7 @@
 // ignore-s390x
 // ignore-windows
 // ignore-loongarch64
+// ignore-wasm32-bare
 // See repr-transparent.rs
 
 #![feature(transparent_unions)]