about summary refs log tree commit diff
path: root/src/test/compile-fail/trace_macros-gate.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/compile-fail/trace_macros-gate.rs')
-rw-r--r--src/test/compile-fail/trace_macros-gate.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/test/compile-fail/trace_macros-gate.rs b/src/test/compile-fail/trace_macros-gate.rs
index e9b7ddf6d1c..d4a7c4ed0e0 100644
--- a/src/test/compile-fail/trace_macros-gate.rs
+++ b/src/test/compile-fail/trace_macros-gate.rs
@@ -26,6 +26,5 @@ fn main() {
         ($x: ident) => { trace_macros!($x) } //~ ERROR `trace_macros` is not stable
     }
 
-    expando!(true); //~ NOTE in this expansion
-                    //~^ NOTE in this expansion
+    expando!(true);
 }