mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
chore: fix main (#14175)
This commit is contained in:
parent
53abcffd62
commit
79106d757f
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ fn standalone_load_datauri() {
|
|||
// https://github.com/denoland/deno/issues/13704
|
||||
#[test]
|
||||
fn standalone_follow_redirects() {
|
||||
let dir = TempDir::new().unwrap();
|
||||
let dir = TempDir::new();
|
||||
let exe = if cfg!(windows) {
|
||||
dir.path().join("follow_redirects.exe")
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue