diff options
| author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-03 18:39:37 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-03 18:39:37 +1000 |
| commit | 9bf10aa1e08ba071092b11fd60670e4a0fcb5491 (patch) | |
| tree | cee83a9dd158624732911d088b864730a538ea00 /tests/specs/future/runtime_api/main.js | |
| parent | 1f51b5310f85ad28f2d00ce223c59ff0be9619d0 (diff) | |
chore(fs): remove `Deno.flock[Sync]()` (#25350)
Towards #22079
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 0c03dab33..a541c097f 100644 --- a/tests/specs/future/runtime_api/main.js +++ b/tests/specs/future/runtime_api/main.js @@ -6,8 +6,6 @@ console.log("Deno.fstat is", Deno.fstat); console.log("Deno.fstatSync is", Deno.fstatSync); console.log("Deno.ftruncate is", Deno.ftruncate); console.log("Deno.ftruncateSync is", Deno.ftruncateSync); -console.log("Deno.flock is", Deno.flock); -console.log("Deno.flockSync is", Deno.flockSync); console.log( "Deno.FsFile.prototype.rid is", Deno.openSync(import.meta.filename).rid, |
