1
Fork 0

Rename #[should_fail] to #[should_panic]

This commit is contained in:
Steven Fackler 2015-01-31 15:08:25 -08:00
parent 2574009af0
commit e2605b42c7
42 changed files with 136 additions and 128 deletions

View file

@ -813,7 +813,7 @@ mod test {
}))
}
#[should_fail]
#[should_panic]
#[test] fn bad_path_expr_1() {
string_to_expr("::abc::def::return".to_string());
}