()
| 419 | #[cfg(not(any(cpubits = "16", cpubits = "32", cpubits = "64")))] |
| 420 | #[test] |
| 421 | fn cpubits_works() { |
| 422 | assert_eq!(CPUBITS, expected_bits()); |
| 423 | } |
| 424 | |
| 425 | /// Explicit test for ARMv7 so we can see the predicate is working |
| 426 | #[cfg(all(target_arch = "arm", target_feature = "v7"))] |
nothing calls this directly
no outgoing calls
no test coverage detected