Fix WASM tests
This commit is contained in:
parent
a8b5b95d65
commit
7e7622a714
2 changed files with 0 additions and 2 deletions
|
|
@ -9,7 +9,6 @@
|
|||
// except according to those terms.
|
||||
|
||||
#![crate_type = "cdylib"]
|
||||
#![feature(wasm_custom_section)]
|
||||
#![deny(warnings)]
|
||||
|
||||
extern crate foo;
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
// except according to those terms.
|
||||
|
||||
#![crate_type = "rlib"]
|
||||
#![feature(wasm_custom_section)]
|
||||
#![deny(warnings)]
|
||||
|
||||
#[link_section = "foo"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue