()
| 1039 | |
| 1040 | #[test] |
| 1041 | fn test_reduce() { |
| 1042 | const TEST: &str = include_str!("../tests/bugpoint_test.clif"); |
| 1043 | const EXPECTED: &str = include_str!("../tests/bugpoint_test_expected.clif"); |
| 1044 | run_test(TEST, EXPECTED); |
| 1045 | } |
| 1046 | |
| 1047 | #[test] |
| 1048 | fn test_consts() { |
nothing calls this directly
no test coverage detected