Fix dependency in arbitrary tests

This commit is contained in:
Eduard Bopp 2015-02-17 13:54:25 +01:00
parent d368270ebc
commit 870f9afb34
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@
extern crate "nalgebra" as na;
extern crate quickcheck;
extern crate rand;
use std::rand;
use quickcheck::{Arbitrary, StdGen};
use na::*;