Add optional message to fail.

This commit is contained in:
Josh Matthews 2011-06-08 03:58:52 -04:00
parent b5c73605ea
commit 2235fb73ef
10 changed files with 41 additions and 13 deletions

View file

@ -0,0 +1,5 @@
// error-pattern:woooo
fn main() {
fail "woooo";
}