Skip to content

Commit

Permalink
Update expected size of select_on_non_unpin_size
Browse files Browse the repository at this point in the history
Probably comes from rust-lang/rust#69837
  • Loading branch information
Nemo157 authored Apr 7, 2020
1 parent a807f5b commit 1f55f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures/tests/async_await_macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ fn select_on_non_unpin_size() {
select_res
};

assert_eq!(48, std::mem::size_of_val(&fut));
assert_eq!(32, std::mem::size_of_val(&fut));
}

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

0 comments on commit 1f55f71

Please sign in to comment.