Skip to content

Commit

Permalink
Fix a broken test
Browse files Browse the repository at this point in the history
It emits the same symbol – `transmute` – from the same crate twice.
  • Loading branch information
nagisa committed Apr 3, 2015
1 parent 82dcec7 commit b9a11f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/test/run-pass/issue-15562.rs
Expand Up @@ -15,9 +15,6 @@
extern crate issue_15562 as i;

pub fn main() {
extern {
fn transmute();
}
unsafe {
transmute();
i::transmute();
Expand Down

0 comments on commit b9a11f0

Please sign in to comment.