Add test case for path_link syscall (#559)
This commit adds a relatively complete test case for the `path_link` syscall. This commit should serve as some prep work for implementing `path_link` on Windows (which will follow in a subsequent PR).
This commit is contained in:
committed by
Alex Crichton
parent
c319ebf21b
commit
23e8bd8d66
@@ -180,6 +180,7 @@ mod wasm_tests {
|
||||
"path_rename_trailing_slashes" => true,
|
||||
"fd_readdir" => true,
|
||||
"poll_oneoff" => true,
|
||||
"path_link" => true,
|
||||
_ => false,
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user