1
Fork 0

add failure-status: 1 to the test

This commit is contained in:
Niko Matsakis 2018-04-05 19:01:45 -04:00 committed by GitHub
parent dc9128fff8
commit 40a1ee8efa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@
// except according to those terms.
// error-pattern: An error message for you
// failure-status: 1
fn main() -> Result<(), &'static str> {
Err("An error message for you")