mirror of
https://github.com/fluencelabs/wasmer
synced 2025-05-28 17:41:20 +00:00
Fix typo in wasitest build.rs
Co-Authored-By: Syrus Akbary <me@syrusakbary.com>
This commit is contained in:
parent
6a5efcda98
commit
228c5baa53
@ -269,7 +269,7 @@ fn compile(
|
|||||||
fn run_prelude(should_gen_all: bool) -> &'static [WasiVersion] {
|
fn run_prelude(should_gen_all: bool) -> &'static [WasiVersion] {
|
||||||
if should_gen_all {
|
if should_gen_all {
|
||||||
println!(
|
println!(
|
||||||
"Generating WASI tests for all version of WASI. Run with WASI_TEST_GENERATE_ALL=0 to only generate the latest tests."
|
"Generating WASI tests for all versions of WASI. Run with WASI_TEST_GENERATE_ALL=0 to only generate the latest tests."
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
println!(
|
println!(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user