Skip to content

Commit 749ff5e

Browse files
committed
auto merge of #17755 : alexcrichton/rust/unblock-snapshot, r=eddyb
Hopefully unblocks a snapshot
2 parents 8794107 + 1e22b20 commit 749ff5e

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)