Add a test ensuring that we don't regress this

This commit is contained in:
Oliver Scherer 2018-11-27 10:56:49 +01:00
parent 61efc3b71b
commit 296398ab52

6
src/test/ui/loud_ui.rs Normal file
View 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() {}