Update test expectation
This commit is contained in:
parent
d2c83774d3
commit
0cc4cce057
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue