Selaa lähdekoodia

Removed a non-working test

Lorenz Bung 8 vuotta sitten
vanhempi
commit
0f8efe0e70
No account linked to committer's email address
1 muutettua tiedostoa jossa 0 lisäystä ja 8 poistoa
  1. 0
    8
      hw4/task1/src/unit_test_pstree.rs

+ 0
- 8
hw4/task1/src/unit_test_pstree.rs Näytä tiedosto

@@ -54,12 +54,4 @@ mod tests {
54 54
     fn print_existing() {
55 55
         assert_eq!(true, print(1));
56 56
     }
57
-
58
-    #[test]
59
-    fn print_recursive_existing_pid() {
60
-        let prc = Process::new(1);
61
-        let mut str = String::new();
62
-        prc.print_recursive(1, &mut str);
63
-        assert_eq!("systemd(1)", str);
64
-    }
65 57
 }

Loading…
Peruuta
Tallenna