about summary refs log tree commit diff
path: root/tests/ui/coroutine/polymorphize-args.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/coroutine/polymorphize-args.rs')
-rw-r--r--tests/ui/coroutine/polymorphize-args.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/ui/coroutine/polymorphize-args.rs b/tests/ui/coroutine/polymorphize-args.rs
index de44d667656..21aa3c7aafd 100644
--- a/tests/ui/coroutine/polymorphize-args.rs
+++ b/tests/ui/coroutine/polymorphize-args.rs
@@ -1,5 +1,5 @@
-// compile-flags: -Zpolymorphize=on
-// build-pass
+//@ compile-flags: -Zpolymorphize=on
+//@ build-pass
 
 #![feature(coroutines, coroutine_trait)]