Skip to content

Commit c060040

Browse files
authored
fixup! tests: fix wasi start error message
Add missing "The".
1 parent 857b100 commit c060040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/wasi/test-wasi-start-validation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const bufferSource = fixtures.readSync('simple.wasm');
7878
() => { wasi.start(instance); },
7979
{
8080
code: 'ERR_INVALID_ARG_TYPE',
81-
message: '"instance.exports._initialize" property must be' +
81+
message: 'The "instance.exports._initialize" property must be' +
8282
' undefined. Received function _initialize',
8383
}
8484
);

0 commit comments

Comments
 (0)