test: Fix a test that fails when cross compiling
Hopefully unblocks a snapshot
This commit is contained in:
parent
ae81c89f34
commit
1e22b20884
@ -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() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user