mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 02:12:13 +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] {
|
||||
if should_gen_all {
|
||||
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 {
|
||||
println!(
|
||||
|
Loading…
x
Reference in New Issue
Block a user