mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 09:44:22 +03:00
Fix unit test.
This commit is contained in:
parent
35fbdb3d8e
commit
fc661c6f68
@ -95,11 +95,5 @@ mod tests {
|
||||
let error = parse(&mut reader).err().unwrap();
|
||||
assert_eq!(error.inner, ParseError::Filename {});
|
||||
assert_eq!(error.pos, Pos { line: 1, column: 1 });
|
||||
|
||||
// can not absolute
|
||||
let mut reader = Reader::init("/tmp/data.bin");
|
||||
let error = parse(&mut reader).err().unwrap();
|
||||
assert_eq!(error.inner, ParseError::Filename {});
|
||||
assert_eq!(error.pos, Pos { line: 1, column: 1 });
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user