From 7e7622a714a544225f7051ecaef4a86d1ee84347 Mon Sep 17 00:00:00 2001 From: varkor Date: Sun, 5 Aug 2018 22:48:49 +0100 Subject: [PATCH] Fix WASM tests --- src/test/run-make/wasm-custom-section/bar.rs | 1 - src/test/run-make/wasm-custom-section/foo.rs | 1 - 2 files changed, 2 deletions(-) diff --git a/src/test/run-make/wasm-custom-section/bar.rs b/src/test/run-make/wasm-custom-section/bar.rs index ed537280e6c5..6b165f1f7009 100644 --- a/src/test/run-make/wasm-custom-section/bar.rs +++ b/src/test/run-make/wasm-custom-section/bar.rs @@ -9,7 +9,6 @@ // except according to those terms. #![crate_type = "cdylib"] -#![feature(wasm_custom_section)] #![deny(warnings)] extern crate foo; diff --git a/src/test/run-make/wasm-custom-section/foo.rs b/src/test/run-make/wasm-custom-section/foo.rs index fb3bec31ada7..6a35d743710d 100644 --- a/src/test/run-make/wasm-custom-section/foo.rs +++ b/src/test/run-make/wasm-custom-section/foo.rs @@ -9,7 +9,6 @@ // except according to those terms. #![crate_type = "rlib"] -#![feature(wasm_custom_section)] #![deny(warnings)] #[link_section = "foo"]