Fix tests
This commit is contained in:
parent
67b6f90fe0
commit
907fbf95db
3 changed files with 4 additions and 4 deletions
|
|
@ -78,7 +78,7 @@ fn no_file() {
|
|||
|
||||
#[test]
|
||||
fn may_not_read_file() {
|
||||
let symbol = get_symbol(&Path::new("/etc/shadow"));
|
||||
let symbol = FileSymbol::new(Path::new("/etc/shadow"), "");
|
||||
|
||||
assert_eq!(symbol.target_reached().is_err(), true);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue