Add missed test attribute in #4316 (#4557)

pull/1/head
Poliorcetics 2 years ago committed by GitHub
parent 8584b38cfb
commit 8ff92c7492
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -244,6 +244,7 @@ mod test {
assert_eq!(expected, result);
}
#[test]
#[cfg(unix)]
fn test_escaping_unix() {
assert_eq!(escape("foobar"), Cow::Borrowed("foobar"));

Loading…
Cancel
Save