407dcb39d450b8eb103ceb7566f8d192e5c876d7
Replaces pointer based EXPECT_EQ_ARRAY with EXPECT_EQ_SPAN in most cases as they already used spans (or span compatible datastructures). Currently EXPECT_EQ_ARRAY only takes in one size variable and doesn't compare the number of elements between arguments (requiring an additional line to do so). This should make the code cleaner and safer. Goal is also to promote the use Spans in new test code. Pull Request: https://projects.blender.org/blender/blender/pulls/140340
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline—modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
