Skip to content

Commit

Permalink
test: Remove NOTE assertions from trace_macros-gate
Browse files Browse the repository at this point in the history
If no NOTE assertions are present I believe they aren't asserted at all, and it
looks like the number of NOTEs differs on distcheck vs `make check`, so let's
just remove them all.

Closes #18154
  • Loading branch information
alexcrichton committed Jul 14, 2016
1 parent fe5c439 commit b2d1f7e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/test/compile-fail/trace_macros-gate.rs
Expand Up @@ -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);
}

0 comments on commit b2d1f7e

Please sign in to comment.