Skip to content

Commit 296398a

Browse files
committed
Add a test ensuring that we don't regress this
1 parent 61efc3b commit 296398a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/ui/loud_ui.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
// should-fail
2+
3+
// this test ensures that when we forget to use
4+
// any `//~ ERROR` comments whatsoever, that the test doesn't succeed
5+
6+
fn main() {}

0 commit comments

Comments
 (0)