Skip to content

Commit 7bee1c8

Browse files
committed
ignore test on apple
1 parent 6ba56ac commit 7bee1c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tools/miri/tests/fail/function_calls/target_feature.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
//@only-target-x86_64: uses x86 target features
2+
//@ignore-target-x86_64-apple-darwin: that target actually has ssse3
23

34
fn main() {
45
assert!(!is_x86_feature_detected!("ssse3"));

0 commit comments

Comments
 (0)