removed tests

This commit is contained in:
Volodymyr Patuta 2020-11-08 20:37:21 +01:00
parent 68a23bafb9
commit 72097bc702
1 changed files with 0 additions and 13 deletions

View File

@ -215,19 +215,6 @@ mod tests {
assert_eq!(r.p.y, 3);
}
#[test]
fn is_instructions_test() {
let s = "FFLRLRF";
assert!(is_instructions(&s));
}
#[test]
#[should_panic]
fn is_instructions_test_fail() {
let s = "SZDASWQ";
assert!(is_instructions(&s));
}
#[test]
fn test_piouf() {
let mut r: Robot = Robot::new(