Unify tests under async-await directory.
This commit is contained in:
parent
f47735c3dc
commit
1fedb0a20b
@ -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
|
Loading…
Reference in New Issue
Block a user