Rename #[should_fail] to #[should_panic]
This commit is contained in:
parent
2574009af0
commit
e2605b42c7
42 changed files with 136 additions and 128 deletions
|
@ -813,7 +813,7 @@ mod test {
|
|||
}))
|
||||
}
|
||||
|
||||
#[should_fail]
|
||||
#[should_panic]
|
||||
#[test] fn bad_path_expr_1() {
|
||||
string_to_expr("::abc::def::return".to_string());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue