librustc: Fix the test runner, the condition system, and core test. rs=bustage
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user