librustc: Fix the test runner, the condition system, and core test. rs=bustage

This commit is contained in:
Patrick Walton
2012-12-27 17:53:04 -08:00
parent 84ce55e542
commit e26ca35b08
28 changed files with 91 additions and 13 deletions

View File

@@ -362,6 +362,9 @@ pub fn random() -> uint {
#[cfg(test)]
pub mod tests {
use option::Option;
use rand;
#[test]
pub fn rng_seeded() {
let seed = rand::seed();