From 0270189057ce42c358d90f4a3a55433b506895e3 Mon Sep 17 00:00:00 2001 From: Tamir Duberstein Date: Wed, 29 Apr 2015 14:22:54 -0700 Subject: [PATCH] Reference the correct issue The problem here is that this test doesn't even compile for Android. See #24958. --- src/test/debuginfo/type-names.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/debuginfo/type-names.rs b/src/test/debuginfo/type-names.rs index 97b6bfacf80..4eae0741202 100644 --- a/src/test/debuginfo/type-names.rs +++ b/src/test/debuginfo/type-names.rs @@ -10,7 +10,7 @@ // ignore-tidy-linelength // ignore-lldb -// ignore-android: FIXME(#10381) +// ignore-android: FIXME(#24958) // compile-flags:-g -- 2.44.0