()
| 54 | |
| 55 | #[test] |
| 56 | fn test_add_f32() { |
| 57 | assert!(add_f32(1.1, 2.2) > 3.2); |
| 58 | assert!(add_f32(1.1, 2.2) < 3.4); |
| 59 | } |
| 60 | |
| 61 | #[test] |
| 62 | fn test_add_f64() { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…