ignore test on apple

This commit is contained in:
Ralf Jung 2023-07-18 11:26:25 +02:00
parent 6ba56ac7b9
commit 7bee1c8616

View File

@ -1,4 +1,5 @@
//@only-target-x86_64: uses x86 target features
//@ignore-target-x86_64-apple-darwin: that target actually has ssse3
fn main() {
assert!(!is_x86_feature_detected!("ssse3"));