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