Skip to content

Commit 112074b

Browse files
committed
Test
1 parent 396fb03 commit 112074b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/UnitTest/test_simd.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1880,7 +1880,7 @@ TEST(vmask4, literal_construct)
18801880
}
18811881

18821882
/** @brief Test vmask4 or. */
1883-
TEST(vmask4, or)
1883+
TEST(vmask4_a, or_a)
18841884
{
18851885
vfloat4 m1a(0, 1, 0, 1);
18861886
vfloat4 m1b(1, 1, 1, 1);

0 commit comments

Comments
 (0)