Fix a broken test

It emits the same symbol – `transmute` – from the same crate twice.
This commit is contained in:
Simonas Kazlauskas 2015-02-27 13:32:12 +02:00
parent 82dcec7ee4
commit b9a11f0f85

View File

@ -15,9 +15,6 @@
extern crate issue_15562 as i;
pub fn main() {
extern {
fn transmute();
}
unsafe {
transmute();
i::transmute();