mirror of
https://github.com/denoland/deno.git
synced 2025-02-15 10:06:23 -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
|
// https://github.com/denoland/deno/issues/13704
|
||||||
#[test]
|
#[test]
|
||||||
fn standalone_follow_redirects() {
|
fn standalone_follow_redirects() {
|
||||||
let dir = TempDir::new().unwrap();
|
let dir = TempDir::new();
|
||||||
let exe = if cfg!(windows) {
|
let exe = if cfg!(windows) {
|
||||||
dir.path().join("follow_redirects.exe")
|
dir.path().join("follow_redirects.exe")
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Reference in a new issue