diff options
Diffstat (limited to 'tests/specs/future/runtime_api/main.out')
-rw-r--r-- | tests/specs/future/runtime_api/main.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/future/runtime_api/main.out b/tests/specs/future/runtime_api/main.out index 07b588495..4712a06b0 100644 --- a/tests/specs/future/runtime_api/main.out +++ b/tests/specs/future/runtime_api/main.out @@ -34,5 +34,7 @@ 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 Deno.ListenTlsOptions.(keyFile|certFile) do nothing Deno.customInspect is undefined |