path!?
This commit is contained in:
parent
778c316718
commit
79f77c6395
1 changed files with 4 additions and 4 deletions
|
@ -435,8 +435,8 @@ mod test {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
matches,
|
matches,
|
||||||
&[
|
&[
|
||||||
PathBuf::from("root/apple/banana/carrot"),
|
PathBuf::from(path!("root/apple/banana/carrot")),
|
||||||
PathBuf::from("root/apple/bandana/carbonara")
|
PathBuf::from(path!("root/apple/bandana/carbonara"))
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
|
|
||||||
|
@ -447,8 +447,8 @@ mod test {
|
||||||
assert_eq!(
|
assert_eq!(
|
||||||
matches,
|
matches,
|
||||||
&[
|
&[
|
||||||
PathBuf::from("root/apple/banana/carrot"),
|
PathBuf::from(path!("root/apple/banana/carrot")),
|
||||||
PathBuf::from("root/apple/bandana/carbonara")
|
PathBuf::from(path!("root/apple/bandana/carbonara"))
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue