summaryrefslogtreecommitdiff
path: root/tests/specs/future/runtime_api/main.out
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-04-08 08:59:37 +1000
committerGitHub <noreply@github.com>2024-04-08 08:59:37 +1000
commit49f6e2e79e66fe2c456e8745e86cfd148a748c9d (patch)
tree30879930fc11895b937eb3bfad0fd8d1d3c56936 /tests/specs/future/runtime_api/main.out
parent9b34b7ed1862c4b7bd84d52cd3417f5a1592efc4 (diff)
FUTURE(ext/net): remove `Deno.(Conn|TlsConn|Listener|TlsListener|UnixConn).prototype.rid` (#23219)
Towards #23089 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Diffstat (limited to 'tests/specs/future/runtime_api/main.out')
-rw-r--r--tests/specs/future/runtime_api/main.out5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/future/runtime_api/main.out b/tests/specs/future/runtime_api/main.out
index 252e33512..8ecca657f 100644
--- a/tests/specs/future/runtime_api/main.out
+++ b/tests/specs/future/runtime_api/main.out
@@ -27,5 +27,10 @@ Deno.writeAll is undefined
Deno.writeAllSync is undefined
Deno.write is undefined
Deno.writeSync is undefined
+Deno.Listener.prototype.rid is undefined
+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