about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorDavid Wood <david@davidtw.co>2019-05-01 15:03:42 +0100
committerDavid Wood <david@davidtw.co>2019-05-01 15:03:45 +0100
commit1fedb0a20bfe03e1bf7d5c2576806c761b4e3963 (patch)
treec16ef8da1276555e4264f4d6c294f77e6e0f270c /src
parentf47735c3dc596c0b55c2221a18915a7b25ed1492 (diff)
downloadrust-1fedb0a20bfe03e1bf7d5c2576806c761b4e3963.tar.gz
rust-1fedb0a20bfe03e1bf7d5c2576806c761b4e3963.zip
Unify tests under async-await directory.
Diffstat (limited to 'src')
-rw-r--r--src/test/ui/async-await/auxiliary/arc_wake.rs (renamed from src/test/ui/auxiliary/arc_wake.rs)0
-rw-r--r--src/test/ui/async-await/drop-order-for-async-fn-parameters.rs (renamed from src/test/run-pass/async-await-drop-order-for-async-fn-parameters.rs)0
-rw-r--r--src/test/ui/async-await/drop-order-locals-are-hidden.rs (renamed from src/test/ui/async-await-drop-order-locals-are-hidden.rs)0
-rw-r--r--src/test/ui/async-await/drop-order-locals-are-hidden.stderr (renamed from src/test/ui/async-await-drop-order-locals-are-hidden.stderr)4
4 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/auxiliary/arc_wake.rs b/src/test/ui/async-await/auxiliary/arc_wake.rs
index c21886f26f4..c21886f26f4 100644
--- a/src/test/ui/auxiliary/arc_wake.rs
+++ b/src/test/ui/async-await/auxiliary/arc_wake.rs
diff --git a/src/test/run-pass/async-await-drop-order-for-async-fn-parameters.rs b/src/test/ui/async-await/drop-order-for-async-fn-parameters.rs
index 708c5704984..708c5704984 100644
--- a/src/test/run-pass/async-await-drop-order-for-async-fn-parameters.rs
+++ b/src/test/ui/async-await/drop-order-for-async-fn-parameters.rs
diff --git a/src/test/ui/async-await-drop-order-locals-are-hidden.rs b/src/test/ui/async-await/drop-order-locals-are-hidden.rs
index 10dc5e27f6f..10dc5e27f6f 100644
--- a/src/test/ui/async-await-drop-order-locals-are-hidden.rs
+++ b/src/test/ui/async-await/drop-order-locals-are-hidden.rs
diff --git a/src/test/ui/async-await-drop-order-locals-are-hidden.stderr b/src/test/ui/async-await/drop-order-locals-are-hidden.stderr
index b988b85d63d..ca0da6b7c96 100644
--- a/src/test/ui/async-await-drop-order-locals-are-hidden.stderr
+++ b/src/test/ui/async-await/drop-order-locals-are-hidden.stderr
@@ -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