Skip to content

Commit 1f55f71

Browse files
authored
Update expected size of select_on_non_unpin_size
Probably comes from rust-lang/rust#69837
1 parent a807f5b commit 1f55f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures/tests/async_await_macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ fn select_on_non_unpin_size() {
278278
select_res
279279
};
280280

281-
assert_eq!(48, std::mem::size_of_val(&fut));
281+
assert_eq!(32, std::mem::size_of_val(&fut));
282282
}
283283

284284
#[cfg(all(feature = "async-await", feature = "std", feature = "executor"))]

0 commit comments

Comments
 (0)