Fix typo in wasitest build.rs

Co-Authored-By: Syrus Akbary <me@syrusakbary.com>
This commit is contained in:
Mark McCaskey 2020-03-16 12:37:23 -07:00 committed by GitHub
parent 6a5efcda98
commit 228c5baa53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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!(