()
| 1043 | |
| 1044 | #[test_case] |
| 1045 | fn pathbuf_as_path() { |
| 1046 | let p = PathBuf::from("/test"); |
| 1047 | assert_eq!(Path::new("/test"), p.as_path()); |
| 1048 | } |
| 1049 | |
| 1050 | #[test_case] |
| 1051 | fn pathbuf_push_relative() { |
nothing calls this directly
no outgoing calls
no test coverage detected