From 933af4573f33428310317d44e6c81b19f918ab97 Mon Sep 17 00:00:00 2001 From: Gray Olson Date: Mon, 9 Sep 2024 18:57:04 +0200 Subject: [PATCH] remove test asserting the assert --- tests/quat.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/quat.rs b/tests/quat.rs index 7813b729..3c8a090a 100644 --- a/tests/quat.rs +++ b/tests/quat.rs @@ -226,8 +226,6 @@ macro_rules! impl_quat_tests { should_glam_assert!({ ($quat::IDENTITY * 0.5).mul_vec3($vec3::X) }); should_glam_assert!({ ($quat::IDENTITY * 0.5) * $vec3::X }); - should_glam_assert!({ ($quat::IDENTITY * 0.5).mul_quat($quat::IDENTITY) }); - should_glam_assert!({ ($quat::IDENTITY * 0.5) * $quat::IDENTITY }); }); glam_test!(test_angle_between, {