diff options
| author | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-07-13 10:11:35 +0000 |
|---|---|---|
| committer | Oli Scherer <git-spam-no-reply9815368754983@oli-obk.de> | 2022-07-13 10:11:35 +0000 |
| commit | 519c07b3ce7f34975aacbe128e55d84411348229 (patch) | |
| tree | 3778e8c036fa6ae5c100eff8bfcb87a8542d20c6 | |
| parent | 726919629e0ca3660a41843f9565469e5dd2b2d9 (diff) | |
| download | rust-519c07b3ce7f34975aacbe128e55d84411348229.tar.gz rust-519c07b3ce7f34975aacbe128e55d84411348229.zip | |
Limit test to x86 targets for reproducability
| -rw-r--r-- | src/test/ui/layout/unsafe-cell-hides-niche.rs | 1 |
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)] |
