Update lib.rs

This commit is contained in:
Sendil Kumar N 2018-04-04 11:27:27 +02:00 committed by GitHub
parent 9421edaab5
commit 64d7c8d082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -272,4 +272,4 @@ fn run(cmd: &mut Command, program: &str) {
println!("stderr ---\n{}", String::from_utf8_lossy(&output.stderr));
}
assert!(output.status.success());
}
}