diff --git a/test/System/Vector3.test.cpp b/test/System/Vector3.test.cpp index e964cd38f..33043bb44 100644 --- a/test/System/Vector3.test.cpp +++ b/test/System/Vector3.test.cpp @@ -9,7 +9,7 @@ TEMPLATE_TEST_CASE("[System] sf::Vector3", "", int, float) { SECTION("Type traits") { - STATIC_CHECK(std::is_copy_constructible_v); + STATIC_CHECK(std::is_copy_constructible_v>); STATIC_CHECK(std::is_copy_assignable_v>); STATIC_CHECK(std::is_nothrow_move_constructible_v>); STATIC_CHECK(std::is_nothrow_move_assignable_v>);