Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add harness for Alignment::new_unchecked
In model-checking#33 a contract was added to `Alignment::new_unchecked`, but its verification was only implicit through `Layout`, and may be affected by future changes to the contract that was added to `Layout`. This commit remedies this by adding a separate harness just for `Alignment`.
- Loading branch information