diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-05 21:23:37 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-05 11:23:37 +0000 |
commit | 7d95c5c062c7d836bab912e95587bf7fa52326c4 (patch) | |
tree | ef6ea1644324ad82545720af0d7480a316a2a45d /tests/specs/future/runtime_api/main.js | |
parent | c73b4a0877ca134a05262dc15524f54ff471cc3a (diff) |
BREAKING(fs): remove `Deno.funlock[Sync]()` (#25442)
Towards #22079
---------
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Diffstat (limited to 'tests/specs/future/runtime_api/main.js')
-rw-r--r-- | tests/specs/future/runtime_api/main.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/specs/future/runtime_api/main.js b/tests/specs/future/runtime_api/main.js index 1a0275e53..d19e68f1b 100644 --- a/tests/specs/future/runtime_api/main.js +++ b/tests/specs/future/runtime_api/main.js @@ -4,8 +4,6 @@ console.log( "Deno.FsFile.prototype.rid is", Deno.openSync(import.meta.filename).rid, ); -console.log("Deno.funlock is", Deno.funlock); -console.log("Deno.funlockSync is", Deno.funlockSync); // TCP // Since these tests may run in parallel, ensure this port is unique to this file |