diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2021-05-01 19:43:06 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-01 23:13:06 +0900 |
commit | bb12c7a57aac2bd45806ba2f5229d1133ff71851 (patch) | |
tree | 7089390a9935e98f723934292d84b8d3112bea22 /cli/tests | |
parent | be287ff6a1c2af2f03e909507220c47ad6800aa8 (diff) |
fix(test): re-enable "compile_windows_ext" test (#10131)
Co-authored-by: Bartek IwaĆczuk <biwanczuk@gmail.com>
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/integration_tests.rs | 1 |
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() { |