Fix dependency in arbitrary tests
This commit is contained in:
parent
d368270ebc
commit
870f9afb34
|
@ -2,8 +2,8 @@
|
||||||
|
|
||||||
extern crate "nalgebra" as na;
|
extern crate "nalgebra" as na;
|
||||||
extern crate quickcheck;
|
extern crate quickcheck;
|
||||||
|
extern crate rand;
|
||||||
|
|
||||||
use std::rand;
|
|
||||||
use quickcheck::{Arbitrary, StdGen};
|
use quickcheck::{Arbitrary, StdGen};
|
||||||
use na::*;
|
use na::*;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue