diff --git a/test/ext/ext_quaternion_type.cpp b/test/ext/ext_quaternion_type.cpp index 7e611496..d5cd3f33 100644 --- a/test/ext/ext_quaternion_type.cpp +++ b/test/ext/ext_quaternion_type.cpp @@ -28,8 +28,8 @@ static int test_ctr() glm::quat A{0, 1, 2, 3}; std::vector B{ - {0, 1, 2, 3}, - {0, 1, 2, 3}}; + A, + {0, 1, 2, 3}}; } # endif//GLM_HAS_INITIALIZER_LISTS