summaryrefslogtreecommitdiff
path: root/tests/specs/future/runtime_api
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-08-31 09:34:09 +1000
committerGitHub <noreply@github.com>2024-08-31 09:34:09 +1000
commit8e478a1a7db9a5c4e773e52f9c4a732793145ce7 (patch)
tree83fd643d5dd6fa3768457e820d6ea16144358e7b /tests/specs/future/runtime_api
parent504ae362d5d7695ad710bcdf86a0f57fb4fbd113 (diff)
chore: remove `Deno.resources()` (#25251)
Diffstat (limited to 'tests/specs/future/runtime_api')
-rw-r--r--tests/specs/future/runtime_api/main.js1
-rw-r--r--tests/specs/future/runtime_api/main.out1
2 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 d0a138f2e..85c160094 100644
--- a/tests/specs/future/runtime_api/main.js
+++ b/tests/specs/future/runtime_api/main.js
@@ -21,7 +21,6 @@ console.log("Deno.readAll is", Deno.readAll);
console.log("Deno.readAllSync is", Deno.readAllSync);
console.log("Deno.read is", Deno.read);
console.log("Deno.readSync is", Deno.readSync);
-console.log("Deno.resources is", Deno.resources);
console.log("Deno.seek is", Deno.seek);
console.log("Deno.seekSync is", Deno.seekSync);
console.log("Deno.shutdown is", Deno.shutdown);
diff --git a/tests/specs/future/runtime_api/main.out b/tests/specs/future/runtime_api/main.out
index 2cbda8005..18a39fc7a 100644
--- a/tests/specs/future/runtime_api/main.out
+++ b/tests/specs/future/runtime_api/main.out
@@ -18,7 +18,6 @@ Deno.readAll is undefined
Deno.readAllSync is undefined
Deno.read is undefined
Deno.readSync is undefined
-Deno.resources is undefined
Deno.seek is undefined
Deno.seekSync is undefined
Deno.shutdown is undefined