bless ui tests
This commit is contained in:
parent
a281f93d3d
commit
12cda6e77a
4 changed files with 29 additions and 26 deletions
|
@ -15,5 +15,6 @@ fn main() {
|
|||
take(x);
|
||||
};
|
||||
|
||||
assert_eq!(size_of_val(&gen1), size_of_val(&Some(gen1)));
|
||||
// FIXME(#63818): niches in coroutines are disabled. Should be `assert_eq`.
|
||||
assert_ne!(size_of_val(&gen1), size_of_val(&Some(gen1)));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue