mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 04:16:17 +00:00
add test
This commit is contained in:
parent
033c0a4742
commit
f19da67ed7
@ -2526,3 +2526,9 @@ fn normalize_lexically() {
|
||||
check_err(r"\\?\UNC\server\share\a\..\..");
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
/// See issue#146183
|
||||
fn compare_path_to_str() {
|
||||
assert!(&PathBuf::from("x") == "x");
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user