1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00

test(std/wasi): add fd_renumber test (#7574)

This commit is contained in:
Casper Beyer 2020-09-21 21:17:01 +08:00 committed by GitHub
parent 42772845f6
commit 9d738fc197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View file

@ -53,6 +53,7 @@ const tests = [
"testdata/wasi_fd_fdstat_get_stderr.wasm",
"testdata/wasi_fd_fdstat_get_stdin.wasm",
"testdata/wasi_fd_fdstat_get_stdout.wasm",
"testdata/wasi_fd_renumber.wasm",
"testdata/wasi_fd_tell_file.wasm",
"testdata/wasi_fd_write_file.wasm",
"testdata/wasi_fd_write_stderr.wasm",

@ -1 +1 @@
Subproject commit f5c23108d0f191e1f9ffc0fbc21ff7b123d5c90d
Subproject commit 7f8aa6ba628a2bea3612e50638b8c9c9c4bb71a8