From e4ea9be87463ce1b13e826db80452b17a9762f32 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Mon, 16 Sep 2024 09:28:35 +1000 Subject: chore: cleanup remaining `internals.future` code (#25624) --- tests/integration/run_tests.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'tests/integration') 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"), -- cgit v1.2.3