Skip to content

Commit 7e7622a

Browse files
committed
Fix WASM tests
1 parent a8b5b95 commit 7e7622a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/test/run-make/wasm-custom-section/bar.rs

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
#![crate_type = "cdylib"]
12-
#![feature(wasm_custom_section)]
1312
#![deny(warnings)]
1413

1514
extern crate foo;

src/test/run-make/wasm-custom-section/foo.rs

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
// except according to those terms.
1010

1111
#![crate_type = "rlib"]
12-
#![feature(wasm_custom_section)]
1312
#![deny(warnings)]
1413

1514
#[link_section = "foo"]

0 commit comments

Comments
 (0)