Skip to content

Commit

Permalink
fixup! tests: fix wasi start error message
Browse files Browse the repository at this point in the history
Add missing "The".
  • Loading branch information
VoltrexKeyva authored Jun 18, 2021
1 parent 857b100 commit c060040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/wasi/test-wasi-start-validation.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const bufferSource = fixtures.readSync('simple.wasm');
() => { wasi.start(instance); },
{
code: 'ERR_INVALID_ARG_TYPE',
message: '"instance.exports._initialize" property must be' +
message: 'The "instance.exports._initialize" property must be' +
' undefined. Received function _initialize',
}
);
Expand Down

0 comments on commit c060040

Please sign in to comment.