test: Fix a test that fails when cross compiling

Hopefully unblocks a snapshot
This commit is contained in:
Alex Crichton 2014-10-03 16:13:33 -07:00
parent ae81c89f34
commit 1e22b20884

View File

@ -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() {