diff --git a/src/lmath.rc b/src/lmath.rc index 4a641ad..f5d9b44 100644 --- a/src/lmath.rc +++ b/src/lmath.rc @@ -27,6 +27,5 @@ pub mod projection; mod test { #[path = "test_mat.rs" ] mod mat; #[path = "test_quat.rs"] mod quat; - #[path = "test_rot.rs" ] mod rot; #[path = "test_vec.rs" ] mod vec; } \ No newline at end of file diff --git a/src/test/test_rot.rs b/src/test/test_rot.rs deleted file mode 100644 index e69de29..0000000