()
| 795 | |
| 796 | #[test] |
| 797 | fn test_add_files_touched_empty() { |
| 798 | let mut s = make_session(); |
| 799 | s.add_files_touched(&[]); |
| 800 | assert!(s.files_touched.is_empty()); |
| 801 | } |
| 802 | |
| 803 | // Turn lifecycle |
| 804 |
nothing calls this directly
no test coverage detected