fix(test): re-enable "compile_windows_ext" test (#10131)

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
Divy Srivastava 2021-05-01 19:43:06 +05:30 committed by GitHub
parent be287ff6a1
commit bb12c7a57a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5384,7 +5384,6 @@ console.log("finish");
}
#[test]
#[ignore]
#[cfg(windows)]
// https://github.com/denoland/deno/issues/9667
fn compile_windows_ext() {