Add a test ensuring that we don't regress this
This commit is contained in:
parent
61efc3b71b
commit
296398ab52
1 changed files with 6 additions and 0 deletions
6
src/test/ui/loud_ui.rs
Normal file
6
src/test/ui/loud_ui.rs
Normal file
|
@ -0,0 +1,6 @@
|
|||
// should-fail
|
||||
|
||||
// this test ensures that when we forget to use
|
||||
// any `//~ ERROR` comments whatsoever, that the test doesn't succeed
|
||||
|
||||
fn main() {}
|
Loading…
Add table
Reference in a new issue