Skip to content

Commit

Permalink
Update tests/generate-wasi-tests/src/set_up_toolchain.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: nlewycky <[email protected]>
  • Loading branch information
syrusakbary and nlewycky authored Apr 16, 2020
1 parent 6a840a7 commit b1a7dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/generate-wasi-tests/src/set_up_toolchain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fn install_toolchain(toolchain_name: &str) {
.arg("wasm32-wasi")
.output()
.expect("Failed to wasi target in Rust toolchain");
util::print_info_on_error(&rustup_out, "WASI TARGET IN TOOLCHAIN INSTAL FAILED");
util::print_info_on_error(&rustup_out, "WASI TARGET IN TOOLCHAIN INSTALL FAILED");
}

pub fn install_toolchains(wasi_versions: &[WasiVersion]) {
Expand Down

0 comments on commit b1a7dbe

Please sign in to comment.