Rename #[should_fail] to #[should_panic]
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user