From 31ecc09b5ae38531cb63680cc40b89d01d8635df Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 4 Sep 2024 19:34:40 +1000 Subject: BREAKING(io): remove `Deno.read[Sync]()` (#25409) Towards #22079 Signed-off-by: Asher Gomez --- tests/specs/future/runtime_api/main.out | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests/specs/future/runtime_api/main.out') diff --git a/tests/specs/future/runtime_api/main.out b/tests/specs/future/runtime_api/main.out index b5886ec28..0aa4e1f7c 100644 --- a/tests/specs/future/runtime_api/main.out +++ b/tests/specs/future/runtime_api/main.out @@ -4,8 +4,6 @@ Deno.File is undefined Deno.FsFile.prototype.rid is undefined Deno.funlock is undefined Deno.funlockSync is undefined -Deno.read is undefined -Deno.readSync is undefined Deno.seek is undefined Deno.seekSync is undefined Deno.Listener.prototype.rid is undefined -- cgit v1.2.3