()
| 594 | |
| 595 | #[test] |
| 596 | fn cannot_set_big_and_little() { |
| 597 | let _big = MemFlagsData::new().with_endianness(Endianness::Big); |
| 598 | |
| 599 | let _little = MemFlagsData::new().with_endianness(Endianness::Little); |
| 600 | } |
| 601 | |
| 602 | #[test] |
| 603 | fn only_one_region() { |
nothing calls this directly
no test coverage detected