about summary refs log tree commit diff
path: root/tests/debuginfo/lexical-scope-with-macro.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/debuginfo/lexical-scope-with-macro.rs')
-rw-r--r--tests/debuginfo/lexical-scope-with-macro.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/debuginfo/lexical-scope-with-macro.rs b/tests/debuginfo/lexical-scope-with-macro.rs
index 3dab7939265..400dde6af31 100644
--- a/tests/debuginfo/lexical-scope-with-macro.rs
+++ b/tests/debuginfo/lexical-scope-with-macro.rs
@@ -1,7 +1,7 @@
-// min-lldb-version: 310
-// ignore-lldb FIXME #48807
+//@ min-lldb-version: 310
+//@ ignore-lldb FIXME #48807
 
-// compile-flags:-g -Zdebug-macros
+//@ compile-flags:-g -Zdebug-macros
 
 // === GDB TESTS ===================================================================================