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

@ -922,7 +922,7 @@ mod test {
}
#[test]
#[should_fail]
#[should_panic]
fn t2 () {
let cm = CodeMap::new();
let fm = cm.new_filemap("blork.rs".to_string(),