Update test expectation

This commit is contained in:
bjorn3 2021-10-08 13:56:47 +02:00
parent d2c83774d3
commit 0cc4cce057

View file

@ -25,6 +25,6 @@ fn main() {
println!("{:#?}", output);
let stderr = std::str::from_utf8(&output.stderr);
assert!(stderr.map(|v| {
v.ends_with("drop of the panic payload panicked")
v.ends_with("fatal runtime error: drop of the panic payload panicked\n")
}).unwrap_or(false));
}