[Bf-blender-cvs] [6185d5fa7d8] functions: typo

Jacques Lucke noreply at git.blender.org
Sun Feb 10 20:25:38 CET 2019


Commit: 6185d5fa7d8094c90c6241a236499ba252303259
Author: Jacques Lucke
Date:   Sun Jan 27 11:14:46 2019 +0100
Branches: functions
https://developer.blender.org/rB6185d5fa7d8094c90c6241a236499ba252303259

typo

===================================================================

M	tests/gtests/blenlib/BLI_small_vector_test.cc

===================================================================

diff --git a/tests/gtests/blenlib/BLI_small_vector_test.cc b/tests/gtests/blenlib/BLI_small_vector_test.cc
index 129a87fc702..69861dd032c 100644
--- a/tests/gtests/blenlib/BLI_small_vector_test.cc
+++ b/tests/gtests/blenlib/BLI_small_vector_test.cc
@@ -103,7 +103,7 @@ TEST(small_vector, Iterator)
 	}
 }
 
-TEST(small_Vector, BecomeLarge)
+TEST(small_vector, BecomeLarge)
 {
 	BLI::SmallVector<int, 4> vec;
 	for (int i = 0; i < 100; i++) {



More information about the Bf-blender-cvs mailing list