From 54747817b2cc3460e791286de3b83d2c0fad42f9 Mon Sep 17 00:00:00 2001 From: sebcrozet Date: Sat, 13 Oct 2018 11:29:32 +0200 Subject: [PATCH] Remove node on test. --- tests/core/matrix.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/core/matrix.rs b/tests/core/matrix.rs index 411b2909..9cf2a66b 100644 --- a/tests/core/matrix.rs +++ b/tests/core/matrix.rs @@ -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);