Fix build test by using new syntax

master
Frederic Kettelhoit 4 years ago
parent ca1f6d838c
commit 5b1bd1af1f
  1. 1
      tests/all/build.rs

@ -264,7 +264,6 @@ fn build_with_arbitrary_cargo_options() {
fixture
.wasm_pack()
.arg("build")
.arg("--")
.arg("--no-default-features")
.assert()
.success();

Loading…
Cancel
Save