diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-08-31 13:13:23 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-31 13:13:23 +1000 |
commit | b536ed1a7498b8f1c7d46aa9a7ed745870a9e99e (patch) | |
tree | 75729a4f9c7b29020023e136ba0ec707e3924ced /cli/tools/test | |
parent | c29e5b9d1edc7fb8a67e58ba43ca95eb417025a2 (diff) |
chore(fs): remove `Deno.futime[Sync]()` (#25252)
Diffstat (limited to 'cli/tools/test')
-rw-r--r-- | cli/tools/test/fmt.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tools/test/fmt.rs b/cli/tools/test/fmt.rs index 174155072..e1e7e1fba 100644 --- a/cli/tools/test/fmt.rs +++ b/cli/tools/test/fmt.rs @@ -326,7 +326,6 @@ pub const OP_DETAILS: phf::Map<&'static str, [&'static str; 2]> = phf_map! { "op_fs_ftruncate_async" => ["truncate a file", "awaiting the result of a `Deno.ftruncate` or `Deno.FsFile.truncate` call"], "op_fs_funlock_async_unstable" => ["unlock a file", "awaiting the result of a `Deno.funlock` call"], "op_fs_funlock_async" => ["unlock a file", "awaiting the result of a `Deno.FsFile.unlock` call"], - "op_fs_futime_async" => ["change file timestamps", "awaiting the result of a `Deno.futime` or `Deno.FsFile.utime` call"], "op_fs_link_async" => ["create a hard link", "awaiting the result of a `Deno.link` call"], "op_fs_lstat_async" => ["get file metadata", "awaiting the result of a `Deno.lstat` call"], "op_fs_make_temp_dir_async" => ["create a temporary directory", "awaiting the result of a `Deno.makeTempDir` call"], |