about summary refs log tree commit diff
diff options
context:
space:
mode:
authorOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-07-13 10:11:35 +0000
committerOli Scherer <git-spam-no-reply9815368754983@oli-obk.de>2022-07-13 10:11:35 +0000
commit519c07b3ce7f34975aacbe128e55d84411348229 (patch)
tree3778e8c036fa6ae5c100eff8bfcb87a8542d20c6
parent726919629e0ca3660a41843f9565469e5dd2b2d9 (diff)
downloadrust-519c07b3ce7f34975aacbe128e55d84411348229.tar.gz
rust-519c07b3ce7f34975aacbe128e55d84411348229.zip
Limit test to x86 targets for reproducability
-rw-r--r--src/test/ui/layout/unsafe-cell-hides-niche.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/layout/unsafe-cell-hides-niche.rs b/src/test/ui/layout/unsafe-cell-hides-niche.rs
index fce101d7bb1..73b32066fad 100644
--- a/src/test/ui/layout/unsafe-cell-hides-niche.rs
+++ b/src/test/ui/layout/unsafe-cell-hides-niche.rs
@@ -5,6 +5,7 @@
 
 // check-pass
 // compile-flags: --crate-type=lib
+// only-x86
 
 #![feature(repr_simd)]