Fix tests on nightly

This commit is contained in:
Alex Crichton
2018-08-16 23:25:57 -07:00
parent 25b6f5d982
commit 37068cb47f
2 changed files with 2 additions and 20 deletions

View File

@ -12,12 +12,6 @@ extern "C" {
#[wasm_bindgen(y)]
fn bar();
#[wasm_bindgen z]
fn bar();
#[wasm_bindgen(z2) x]
fn bar();
#[wasm_bindgen { }]
fn bar();
}