From 1e22b2088466eb0e19a58aefcbdaa29858af68e4 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 3 Oct 2014 16:13:33 -0700 Subject: [PATCH] test: Fix a test that fails when cross compiling Hopefully unblocks a snapshot --- src/test/run-pass-fulldeps/roman-numerals-macro.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/test/run-pass-fulldeps/roman-numerals-macro.rs b/src/test/run-pass-fulldeps/roman-numerals-macro.rs index ecd95f2cbe8..73a4a51f31c 100644 --- a/src/test/run-pass-fulldeps/roman-numerals-macro.rs +++ b/src/test/run-pass-fulldeps/roman-numerals-macro.rs @@ -10,11 +10,10 @@ // aux-build:roman_numerals.rs // ignore-stage1 -// ignore-android #![feature(phase)] -#[phase(plugin, link)] +#[phase(plugin)] extern crate roman_numerals; pub fn main() {