Merge pull request #724 from mxxo/alga-test
This commit is contained in:
commit
f30476eb2b
|
@ -1,4 +1,4 @@
|
|||
#![cfg(feature = "arbitrary")]
|
||||
#![cfg(all(feature = "arbitrary", feature = "alga"))]
|
||||
use alga::linear::Transformation;
|
||||
use na::{
|
||||
self, Affine3, Isometry3, Matrix2, Matrix2x3, Matrix2x4, Matrix2x5, Matrix2x6, Matrix3,
|
||||
|
|
|
@ -945,7 +945,7 @@ mod normalization_tests {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg(feature = "arbitrary")]
|
||||
#[cfg(all(feature = "arbitrary", feature = "alga"))]
|
||||
// FIXME: move this to alga ?
|
||||
mod finite_dim_inner_space_tests {
|
||||
use super::*;
|
||||
|
|
Loading…
Reference in New Issue