cgmath/test/test_vec.rs

16 lines
106 B
Rust
Raw Normal View History

2012-09-07 10:48:47 +00:00
// TODO
#[test]
fn test_vec2() {
2012-09-07 10:48:47 +00:00
}
#[test]
fn test_vec3() {
2012-09-07 10:48:47 +00:00
}
#[test]
fn test_vec4() {
2012-09-07 10:48:47 +00:00
}