From: Oliver Scherer Date: Tue, 27 Nov 2018 09:56:49 +0000 (+0100) Subject: Add a test ensuring that we don't regress this X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=296398ab52ec4beebea4523aee5f2ffd6c0ca75d;p=rust.git Add a test ensuring that we don't regress this --- diff --git a/src/test/ui/loud_ui.rs b/src/test/ui/loud_ui.rs new file mode 100644 index 00000000000..7f98d81cd5c --- /dev/null +++ b/src/test/ui/loud_ui.rs @@ -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() {} \ No newline at end of file