From bb12c7a57aac2bd45806ba2f5229d1133ff71851 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sat, 1 May 2021 19:43:06 +0530 Subject: [PATCH] fix(test): re-enable "compile_windows_ext" test (#10131) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- cli/tests/integration_tests.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 0b7b85ac81..5cbe00302b 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -5384,7 +5384,6 @@ console.log("finish"); } #[test] - #[ignore] #[cfg(windows)] // https://github.com/denoland/deno/issues/9667 fn compile_windows_ext() {