From a40b272faef45621548e61254a6e0ddb85fc0a38 Mon Sep 17 00:00:00 2001 From: Michael Woerister Date: Wed, 19 Feb 2014 17:16:36 +0100 Subject: [PATCH] debuginfo: Re-enable test case that should have worked all along. --- src/test/debug-info/function-arg-initialization.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/test/debug-info/function-arg-initialization.rs b/src/test/debug-info/function-arg-initialization.rs index a96266cff9d..9ceec631c00 100644 --- a/src/test/debug-info/function-arg-initialization.rs +++ b/src/test/debug-info/function-arg-initialization.rs @@ -9,7 +9,6 @@ // except according to those terms. // ignore-android: FIXME(#10381) -// ignore-test: FIXME(#12021) // This test case checks if function arguments already have the correct value when breaking at the // first line of the function, that is if the function prologue has already been executed at the