about summary refs log tree commit diff
path: root/tests/ui/methods/method-macro-backtrace.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/methods/method-macro-backtrace.rs')
-rw-r--r--tests/ui/methods/method-macro-backtrace.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/methods/method-macro-backtrace.rs b/tests/ui/methods/method-macro-backtrace.rs
index 00fe32b7c15..10d7c8cfda0 100644
--- a/tests/ui/methods/method-macro-backtrace.rs
+++ b/tests/ui/methods/method-macro-backtrace.rs
@@ -1,4 +1,4 @@
-// forbid-output: in this expansion of
+//@ forbid-output: in this expansion of
 
 macro_rules! make_method {
     ($name:ident) => ( fn $name(&self) { } )