mirror of
https://github.com/recp/cglm.git
synced 2025-12-25 04:44:58 +00:00
Fix ivec2 test
This commit is contained in:
@@ -9,8 +9,8 @@
|
||||
|
||||
TEST_IMPL(GLM_PREFIX, ivec2) {
|
||||
ivec4 v4 = {2, 3, 5, 7};
|
||||
ivec4 v3 = {11, 13, 17};
|
||||
ivec4 v2;
|
||||
ivec3 v3 = {11, 13, 17};
|
||||
ivec2 v2;
|
||||
|
||||
GLM(ivec2)(v4, v2);
|
||||
ASSERT(test_eq(v2[0], v4[0]))
|
||||
|
||||
Reference in New Issue
Block a user