librustc: Remove fail_unless!

This commit is contained in:
Patrick Walton 2013-03-28 18:39:09 -07:00 committed by Brian Anderson
parent a17a9d41f6
commit 1e91595520
862 changed files with 5898 additions and 5911 deletions

View file

@ -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);
}