From a69b1e699ef76568a4a3da47939134abda545ec7 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 11 Sep 2024 07:19:34 +1000 Subject: BREAKING(fs): remove `Deno.FsFile.prototype.rid` (#25499) Towards #22079 --------- Signed-off-by: Asher Gomez --- tests/specs/future/runtime_api/main.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/specs/future/runtime_api/main.js') diff --git a/tests/specs/future/runtime_api/main.js b/tests/specs/future/runtime_api/main.js index 509e5aa5e..a6415b3c1 100644 --- a/tests/specs/future/runtime_api/main.js +++ b/tests/specs/future/runtime_api/main.js @@ -1,8 +1,4 @@ console.log("window is", globalThis.window); -console.log( - "Deno.FsFile.prototype.rid is", - Deno.openSync(import.meta.filename).rid, -); // TCP // Since these tests may run in parallel, ensure this port is unique to this file -- cgit v1.2.3