summaryrefslogtreecommitdiffstats
path: root/tests/ui/generator/drop-control-flow.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/generator/drop-control-flow.rs (renamed from src/test/ui/generator/drop-control-flow.rs)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/generator/drop-control-flow.rs b/tests/ui/generator/drop-control-flow.rs
index d38368000..c6efda954 100644
--- a/src/test/ui/generator/drop-control-flow.rs
+++ b/tests/ui/generator/drop-control-flow.rs
@@ -18,7 +18,7 @@ impl !Send for NonSend {}
fn assert_send<T: Send>(_: T) {}
-// This test case is reduced from src/test/ui/drop/dynamic-drop-async.rs
+// This test case is reduced from tests/ui/drop/dynamic-drop-async.rs
fn one_armed_if(arg: bool) {
let _ = || {
let arr = [Ptr];