forked from mirror/async-std
fix open_file test code
This commit is contained in:
parent
fe04cf26b6
commit
44e38eae59
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ fn open_file() {
|
||||||
match res {
|
match res {
|
||||||
Ok(_) => panic!("Found file with random name: We live in a simulation"),
|
Ok(_) => panic!("Found file with random name: We live in a simulation"),
|
||||||
Err(e) => assert_eq!(
|
Err(e) => assert_eq!(
|
||||||
"Could not open `/ashjudlkahasdasdsikdhajik/asdasdasdasdasdasd/fjuiklashdbflasas`",
|
"could not open `/ashjudlkahasdasdsikdhajik/asdasdasdasdasdasd/fjuiklashdbflasas`",
|
||||||
&format!("{}", e)
|
&format!("{}", e)
|
||||||
),
|
),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue