Fix a broken test
It emits the same symbol – `transmute` – from the same crate twice.
This commit is contained in:
parent
82dcec7ee4
commit
b9a11f0f85
@ -15,9 +15,6 @@
|
||||
extern crate issue_15562 as i;
|
||||
|
||||
pub fn main() {
|
||||
extern {
|
||||
fn transmute();
|
||||
}
|
||||
unsafe {
|
||||
transmute();
|
||||
i::transmute();
|
||||
|
Loading…
Reference in New Issue
Block a user