From 3d36cbd056292e0a89d282fa84b7198ae38be4cc Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Wed, 4 Sep 2024 18:53:43 +1000 Subject: BREAKING(fs): remove `Deno.ftruncate[Sync]()` (#25412) 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 8175777e1..7cc4cdf15 100644 --- a/tests/specs/future/runtime_api/main.out +++ b/tests/specs/future/runtime_api/main.out @@ -1,8 +1,6 @@ window is undefined Deno.Buffer is undefined Deno.File is undefined -Deno.ftruncate is undefined -Deno.ftruncateSync is undefined Deno.FsFile.prototype.rid is undefined Deno.funlock is undefined Deno.funlockSync is undefined -- cgit v1.2.3