Skip to content

Commit b2d1f7e

Browse files
committed
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
1 parent fe5c439 commit b2d1f7e

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)