Skip to content

Commit

Permalink
Call Foo::async_method in the async-await test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-schievink authored and pietroalbini committed Oct 8, 2018
1 parent 1f80aa9 commit ebca923
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
1 change: 1 addition & 0 deletions src/test/run-pass/async-await.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,7 @@ fn main() {
async_closure,
async_fn,
async_fn_with_internal_borrow,
Foo::async_method,
|x| {
async move {
unsafe { await!(unsafe_async_fn(x)) }
Expand Down
14 changes: 0 additions & 14 deletions src/test/run-pass/async-await.stderr

This file was deleted.

0 comments on commit ebca923

Please sign in to comment.