Remove node on test.

This commit is contained in:
sebcrozet 2018-10-13 11:29:32 +02:00 committed by Sébastien Crozet
parent a390732b97
commit 54747817b2
1 changed files with 0 additions and 1 deletions

View File

@ -726,7 +726,6 @@ fn partial_clamp() {
#[test]
fn partial_cmp() {
// NOTE: from #401.
let a = Vector2::new(1.0, 6.0);
let b = Vector2::new(1.0, 3.0);
let c = Vector2::new(2.0, 7.0);