librustc: Remove fail_unless!
This commit is contained in:
parent
a17a9d41f6
commit
1e91595520
862 changed files with 5898 additions and 5911 deletions
|
@ -17,5 +17,5 @@ mod mod_dir_simple {
|
|||
}
|
||||
|
||||
pub fn main() {
|
||||
fail_unless!(mod_dir_simple::syrup::foo() == 10);
|
||||
assert!(mod_dir_simple::syrup::foo() == 10);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue