From bd4191df826c336283337ad4be9c68ea8d541452 Mon Sep 17 00:00:00 2001 From: Mark Simulacrum Date: Fri, 28 Apr 2017 20:59:02 -0600 Subject: [PATCH] Unignore android for previously spuriously failing test. Will see if this start failing again, in which case we'll re-ignore the test. --- src/test/run-pass/out-of-stack.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/run-pass/out-of-stack.rs b/src/test/run-pass/out-of-stack.rs index a7748b6d6a2a4..7bc842987c845 100644 --- a/src/test/run-pass/out-of-stack.rs +++ b/src/test/run-pass/out-of-stack.rs @@ -8,7 +8,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -// ignore-android: FIXME (#20004) // ignore-musl // ignore-asmjs