Use the issue-1567 dependency in the test

This commit is contained in:
hyd-dev 2021-02-14 22:38:56 +08:00
parent eec5423aa7
commit 51c6f51c36
No known key found for this signature in database
GPG Key ID: 74FA7FD5B8DA14B8

View File

@ -3,6 +3,7 @@
/// assert!(cargo_miri_test::make_true());
/// ```
pub fn make_true() -> bool {
issue_1567::use_the_dependency();
issue_1705::use_the_dependency();
issue_1691::use_me()
}