()
| 1046 | |
| 1047 | #[test] |
| 1048 | fn test_consts() { |
| 1049 | const TEST: &str = include_str!("../tests/bugpoint_consts.clif"); |
| 1050 | const EXPECTED: &str = include_str!("../tests/bugpoint_consts_expected.clif"); |
| 1051 | run_test(TEST, EXPECTED); |
| 1052 | } |
| 1053 | } |
nothing calls this directly
no test coverage detected