]> git.lizzy.rs Git - rust.git/commitdiff
Fix WASM tests
authorvarkor <github@varkor.com>
Sun, 5 Aug 2018 21:48:49 +0000 (22:48 +0100)
committervarkor <github@varkor.com>
Sun, 5 Aug 2018 21:48:49 +0000 (22:48 +0100)
src/test/run-make/wasm-custom-section/bar.rs
src/test/run-make/wasm-custom-section/foo.rs

index ed537280e6c520163c966eed0752b2b8824c6d8a..6b165f1f7009268a4dca4f790fd492528d8bf008 100644 (file)
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 #![crate_type = "cdylib"]
-#![feature(wasm_custom_section)]
 #![deny(warnings)]
 
 extern crate foo;
index fb3bec31ada7fcd4ff91c6b6b50990d118ea74f0..6a35d743710dd40cb137d908c4398d30e6c5ee09 100644 (file)
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 #![crate_type = "rlib"]
-#![feature(wasm_custom_section)]
 #![deny(warnings)]
 
 #[link_section = "foo"]