()
| 823 | |
| 824 | #[test] |
| 825 | fn test_add_files_touched_empty() { |
| 826 | let mut s = make_session(); |
| 827 | s.add_files_touched(&[]); |
| 828 | assert!(s.files_touched.is_empty()); |
| 829 | } |
| 830 | |
| 831 | // Turn lifecycle |
| 832 |
nothing calls this directly
no test coverage detected