diff options
| author | gnzlbg <gonzalobg88@gmail.com> | 2018-05-18 13:04:07 +0200 |
|---|---|---|
| committer | gnzlbg <gonzalobg88@gmail.com> | 2018-05-24 16:08:27 +0200 |
| commit | 9477a6bcc0eb2fdd35441cd5068abc4f58c61c43 (patch) | |
| tree | 885b6b8b224cd6bd0567db83987c19be9e280dab /src/test/run-pass | |
| parent | 7bbbc79c480e78e7abd6e6a8ae545da0f8ef7f99 (diff) | |
| download | rust-9477a6bcc0eb2fdd35441cd5068abc4f58c61c43.tar.gz rust-9477a6bcc0eb2fdd35441cd5068abc4f58c61c43.zip | |
just ignore android
Diffstat (limited to 'src/test/run-pass')
| -rw-r--r-- | src/test/run-pass/simd-intrinsic-float-math.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/run-pass/simd-intrinsic-float-math.rs b/src/test/run-pass/simd-intrinsic-float-math.rs index 1608100fea0..70f5a01e323 100644 --- a/src/test/run-pass/simd-intrinsic-float-math.rs +++ b/src/test/run-pass/simd-intrinsic-float-math.rs @@ -9,7 +9,7 @@ // except according to those terms. // ignore-emscripten -// ignore-arm-android +// ignore-android // Test that the simd floating-point math intrinsics produce correct results. |
