Skip to content

Commit

Permalink
Unify tests under async-await directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtwco committed May 1, 2019
1 parent f47735c commit 1fedb0a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
File renamed without changes.
@@ -1,11 +1,11 @@
error[E0425]: cannot find value `__arg1` in this scope
--> $DIR/async-await-drop-order-locals-are-hidden.rs:7:16
--> $DIR/drop-order-locals-are-hidden.rs:7:16
|
LL | assert_eq!(__arg1, (1, 2, 3));
| ^^^^^^ not found in this scope

error[E0425]: cannot find value `__arg2` in this scope
--> $DIR/async-await-drop-order-locals-are-hidden.rs:8:16
--> $DIR/drop-order-locals-are-hidden.rs:8:16
|
LL | assert_eq!(__arg2, 4);
| ^^^^^^ not found in this scope
Expand Down

0 comments on commit 1fedb0a

Please sign in to comment.