Rename #[should_fail] to #[should_panic]
This commit is contained in:
parent
2574009af0
commit
e2605b42c7
42 changed files with 136 additions and 128 deletions
|
@ -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(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue