Unify tests under async-await directory.

This commit is contained in:
David Wood 2019-05-01 15:03:42 +01:00
parent f47735c3dc
commit 1fedb0a20b
No known key found for this signature in database
GPG key ID: 01760B4F9F53F154
4 changed files with 2 additions and 2 deletions

View file

@ -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