Fix a broken test
It emits the same symbol – `transmute` – from the same crate twice.
This commit is contained in:
parent
82dcec7ee4
commit
b9a11f0f85
1 changed files with 0 additions and 3 deletions
|
|
@ -15,9 +15,6 @@
|
|||
extern crate issue_15562 as i;
|
||||
|
||||
pub fn main() {
|
||||
extern {
|
||||
fn transmute();
|
||||
}
|
||||
unsafe {
|
||||
transmute();
|
||||
i::transmute();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue