Skip to content

Commit 1e22b20

Browse files
committed
test: Fix a test that fails when cross compiling
Hopefully unblocks a snapshot
1 parent ae81c89 commit 1e22b20

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/run-pass-fulldeps/roman-numerals-macro.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010

1111
// aux-build:roman_numerals.rs
1212
// ignore-stage1
13-
// ignore-android
1413

1514
#![feature(phase)]
1615

17-
#[phase(plugin, link)]
16+
#[phase(plugin)]
1817
extern crate roman_numerals;
1918

2019
pub fn main() {

0 commit comments

Comments
 (0)