diff options
Diffstat (limited to 'tests/specs')
-rw-r--r-- | tests/specs/future/runtime_api/main.js | 4 | ||||
-rw-r--r-- | tests/specs/future/runtime_api/main.out | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/tests/specs/future/runtime_api/main.js b/tests/specs/future/runtime_api/main.js index 509e5aa5e..a6415b3c1 100644 --- a/tests/specs/future/runtime_api/main.js +++ b/tests/specs/future/runtime_api/main.js @@ -1,8 +1,4 @@ console.log("window is", globalThis.window); -console.log( - "Deno.FsFile.prototype.rid is", - Deno.openSync(import.meta.filename).rid, -); // TCP // Since these tests may run in parallel, ensure this port is unique to this file diff --git a/tests/specs/future/runtime_api/main.out b/tests/specs/future/runtime_api/main.out index 7ca664c30..f69bd1447 100644 --- a/tests/specs/future/runtime_api/main.out +++ b/tests/specs/future/runtime_api/main.out @@ -1,5 +1,4 @@ window is undefined -Deno.FsFile.prototype.rid is undefined Deno.Listener.prototype.rid is undefined Deno.TlsListener.prototype.rid is undefined Deno.FsFile constructor is illegal |