Skip to content

Commit 1fedb0a

Browse files
committed
Unify tests under async-await directory.
1 parent f47735c commit 1fedb0a

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

src/test/ui/async-await-drop-order-locals-are-hidden.stderr renamed to src/test/ui/async-await/drop-order-locals-are-hidden.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
error[E0425]: cannot find value `__arg1` in this scope
2-
--> $DIR/async-await-drop-order-locals-are-hidden.rs:7:16
2+
--> $DIR/drop-order-locals-are-hidden.rs:7:16
33
|
44
LL | assert_eq!(__arg1, (1, 2, 3));
55
| ^^^^^^ not found in this scope
66

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

0 commit comments

Comments
 (0)