summaryrefslogtreecommitdiff
path: root/tests/specs/future/runtime_api/main.out
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-09-05 16:23:28 +1000
committerGitHub <noreply@github.com>2024-09-05 16:23:28 +1000
commit105c2e336a4312ed1714ab893c57eae2a19068c7 (patch)
treee472cdf21fe7cc7ee4f9a0b02503ac1228af3bef /tests/specs/future/runtime_api/main.out
parent713ed065e7cd1013e525a8e571cef08a30de87be (diff)
BREAKING(fs): remove `Deno.FsWatcher.prototype.rid` (#25444)
Towards #22079
Diffstat (limited to 'tests/specs/future/runtime_api/main.out')
-rw-r--r--tests/specs/future/runtime_api/main.out1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/specs/future/runtime_api/main.out b/tests/specs/future/runtime_api/main.out
index d629b13b4..489dd4636 100644
--- a/tests/specs/future/runtime_api/main.out
+++ b/tests/specs/future/runtime_api/main.out
@@ -10,7 +10,6 @@ Deno.Conn.prototype.rid is undefined
Deno.UnixConn.prototype.rid is undefined
Deno.TlsListener.prototype.rid is undefined
Deno.TlsConn.prototype.rid is undefined
-Deno.FsWatcher.prototype.rid is undefined
Deno.FsFile constructor is illegal
Deno.ConnectTlsOptions.(certFile|keyFile) do nothing
Deno.ConnectTlsOptions.(certChain|privateKey) do nothing