Add simple test of assert_eq!.
This commit is contained in:
parent
59e25cc52c
commit
5b0164b0fa
1 changed files with 5 additions and 0 deletions
|
@ -17,3 +17,8 @@ fn arc() -> i32 {
|
||||||
let a = Arc::new(42);
|
let a = Arc::new(42);
|
||||||
*a
|
*a
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[miri_run]
|
||||||
|
fn true_assert() {
|
||||||
|
assert_eq!(1, 1);
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue