diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-05-13 17:08:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 17:08:02 +0200 |
commit | b543e84b399ccfff9446d19c3b4cc55dab85c039 (patch) | |
tree | 084e3f1854ff6650cef0d6376b18045dc587da18 /cli/tests/integration/compat_tests.rs | |
parent | a5b50d0915a666c54e8668d6f8bc1b8f5d7e121a (diff) |
chore: update test_util/std/ submodule (#14595)
Diffstat (limited to 'cli/tests/integration/compat_tests.rs')
-rw-r--r-- | cli/tests/integration/compat_tests.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/integration/compat_tests.rs b/cli/tests/integration/compat_tests.rs index 7138530d0..ce89cc623 100644 --- a/cli/tests/integration/compat_tests.rs +++ b/cli/tests/integration/compat_tests.rs @@ -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, ); |