diff --git a/test/src/test_ivec3.h b/test/src/test_ivec3.h index d53068b..33f052b 100644 --- a/test/src/test_ivec3.h +++ b/test/src/test_ivec3.h @@ -12,9 +12,9 @@ TEST_IMPL(GLM_PREFIX, ivec3) { ivec3 v3 = {99, 99, 99}; GLM(ivec3)(v4, v3); - ASSERT(v3[0] == 2)) - ASSERT(v3[1] == 3)) - ASSERT(v3[2] == 5)) + ASSERT(v3[0] == 2) + ASSERT(v3[1] == 3) + ASSERT(v3[2] == 5) TEST_SUCCESS }