Skip to content

Commit 78d49bf

Browse files
authored
Auto merge of #34824 - alexcrichton:fix-nightlies, r=brson
test: Remove NOTE assertions from trace_macros-gate 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
2 parents fe5c439 + b2d1f7e commit 78d49bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/test/compile-fail/trace_macros-gate.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,5 @@ fn main() {
2626
($x: ident) => { trace_macros!($x) } //~ ERROR `trace_macros` is not stable
2727
}
2828

29-
expando!(true); //~ NOTE in this expansion
30-
//~^ NOTE in this expansion
29+
expando!(true);
3130
}

0 commit comments

Comments
 (0)