Skip to content

Commit

Permalink
Remove f64 sizzle test split, doesn't seem necessary anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
bitshifter committed Nov 11, 2024
1 parent b2b8d11 commit c1f98a1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/swizzles_f64.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,10 +261,6 @@ glam_test!(test_dvec4_swizzles, {
assert_eq!(v.wwwy(), dvec4(4_f64, 4_f64, 4_f64, 2_f64));
assert_eq!(v.wwwz(), dvec4(4_f64, 4_f64, 4_f64, 3_f64));
assert_eq!(v.wwww(), dvec4(4_f64, 4_f64, 4_f64, 4_f64));
});

glam_test!(test_dvec4_swizzles_2, {
let v = dvec4(1_f64, 2_f64, 3_f64, 4_f64);
assert_eq!(v.xxx(), dvec3(1_f64, 1_f64, 1_f64));
assert_eq!(v.xxy(), dvec3(1_f64, 1_f64, 2_f64));
assert_eq!(v.xxz(), dvec3(1_f64, 1_f64, 3_f64));
Expand Down

0 comments on commit c1f98a1

Please sign in to comment.