소스 검색

Remote a TODO that is done.

The functionality has been implemented in LogArray::validate() and its tests.
Jing Yang 4 년 전
부모
커밋
e6c939ed66
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      src/log_array.rs

+ 0 - 4
src/log_array.rs

@@ -351,10 +351,6 @@ mod tests {
         assert_eq!(0, log[0].command);
     }
 
-    // TODO(ditsing): add invariant checks to restore and write a test.
-    #[test]
-    fn test_restore() {}
-
     #[test]
     fn test_start() {
         let log = make_log_array_range(9, 17);