Skip to content

Commit

Permalink
remove test asserting the assert
Browse files Browse the repository at this point in the history
  • Loading branch information
fu5ha committed Sep 9, 2024
1 parent dd2d86b commit 933af45
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/quat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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, {
Expand Down

0 comments on commit 933af45

Please sign in to comment.