1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-21 23:04:45 -05:00

chore: update test_util/std/ submodule (#14595)

This commit is contained in:
Bartek Iwańczuk 2022-05-13 17:08:02 +02:00 committed by GitHub
parent a5b50d0915
commit b543e84b39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 6 deletions

View file

@ -123,7 +123,7 @@ fn globals_in_repl() {
let (out, _err) = util::run_and_collect_output_with_args(
true,
vec!["repl", "--compat", "--unstable", "--no-check", "--quiet"],
Some(vec!["global == window"]),
Some(vec!["global.window == window"]),
Some(vec![("DENO_NODE_COMPAT_URL".to_string(), std_file_url())]),
false,
);

View file

@ -1,7 +1,3 @@
if (global != window) {
throw new Error("global is not equal to window");
}
console.log(process);
console.log(Buffer);
console.log(setImmediate);

@ -1 +1 @@
Subproject commit 97dc90373893b83713b05b1891a109ad48f8abc2
Subproject commit 6069bfe4137864214daf43637069fa533f04ba82