about summary refs log tree commit diff
path: root/tests/codegen/coroutine-debug.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/codegen/coroutine-debug.rs')
-rw-r--r--tests/codegen/coroutine-debug.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/codegen/coroutine-debug.rs b/tests/codegen/coroutine-debug.rs
index b060f3bfac7..7eaee669559 100644
--- a/tests/codegen/coroutine-debug.rs
+++ b/tests/codegen/coroutine-debug.rs
@@ -4,8 +4,8 @@
 //  - Other fields are not marked artificial
 //
 //
-// compile-flags: -C debuginfo=2 --edition=2018
-// ignore-msvc
+//@ compile-flags: -C debuginfo=2 --edition=2018
+//@ ignore-msvc
 
 #![feature(coroutines, coroutine_trait)]
 use std::ops::Coroutine;