summaryrefslogtreecommitdiff
path: root/tests/integration/run_tests.rs
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-09-16 09:28:35 +1000
committerGitHub <noreply@github.com>2024-09-16 09:28:35 +1000
commite4ea9be87463ce1b13e826db80452b17a9762f32 (patch)
tree6f7aa2881fb8dbf08a0ebc99dfc2c85eb3a73d15 /tests/integration/run_tests.rs
parenta666c8c9f92d87e7a3b4d4e06fdc027b3bf9663e (diff)
chore: cleanup remaining `internals.future` code (#25624)
Diffstat (limited to 'tests/integration/run_tests.rs')
-rw-r--r--tests/integration/run_tests.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/integration/run_tests.rs b/tests/integration/run_tests.rs
index 7140c2cfa..c10f0d1ea 100644
--- a/tests/integration/run_tests.rs
+++ b/tests/integration/run_tests.rs
@@ -3318,11 +3318,6 @@ itest!(import_attributes_type_check {
exit_code: 1,
});
-itest!(delete_window {
- args: "run run/delete_window.js",
- output_str: Some("true\n"),
-});
-
itest!(colors_without_global_this {
args: "run run/colors_without_globalThis.js",
output_str: Some("true\n"),