Skip to content

Commit af1d5d5

Browse files
committed
Windows fix
1 parent 3dd87d8 commit af1d5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

url/tests/unit.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,8 +979,8 @@ fn test_options_reuse() {
979979
}
980980

981981
/// https://github.com/servo/rust-url/issues/505
982-
#[cfg(windows)]
983982
#[test]
983+
#[cfg(all(feature = "std", windows))]
984984
fn test_url_from_file_path() {
985985
use std::path::PathBuf;
986986
use url::Url;

0 commit comments

Comments
 (0)