summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDivy Srivastava <dj.srivastava23@gmail.com>2021-05-01 19:43:06 +0530
committerGitHub <noreply@github.com>2021-05-01 23:13:06 +0900
commitbb12c7a57aac2bd45806ba2f5229d1133ff71851 (patch)
tree7089390a9935e98f723934292d84b8d3112bea22
parentbe287ff6a1c2af2f03e909507220c47ad6800aa8 (diff)
fix(test): re-enable "compile_windows_ext" test (#10131)
Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
-rw-r--r--cli/tests/integration_tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs
index 0b7b85ac8..5cbe00302 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() {