diff options
| -rw-r--r-- | src/test/run-pass/out-of-stack.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/run-pass/out-of-stack.rs b/src/test/run-pass/out-of-stack.rs index 7f2f9f9ece8..81e75ba2cd5 100644 --- a/src/test/run-pass/out-of-stack.rs +++ b/src/test/run-pass/out-of-stack.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +// ignore-android: FIXME (#20004) + #![feature(asm)] use std::io::process::Command; |
