[Bf-blender-cvs] [af6f0f17574] master: Fix failing blenlib test from previous commit

Harley Acheson noreply at git.blender.org
Sat Jul 30 18:33:15 CEST 2022


Commit: af6f0f17574d52316da7a3ab1dfa14ff4b003743
Author: Harley Acheson
Date:   Sat Jul 30 09:27:32 2022 -0700
Branches: master
https://developer.blender.org/rBaf6f0f17574d52316da7a3ab1dfa14ff4b003743

Fix failing blenlib test from previous commit

Commit 310be2e37cfb did not update UI_MENU_ARROW_SEP used in tests.

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

M	source/blender/blenlib/tests/BLI_string_search_test.cc

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

diff --git a/source/blender/blenlib/tests/BLI_string_search_test.cc b/source/blender/blenlib/tests/BLI_string_search_test.cc
index aa6adae8d76..ab1d073ed33 100644
--- a/source/blender/blenlib/tests/BLI_string_search_test.cc
+++ b/source/blender/blenlib/tests/BLI_string_search_test.cc
@@ -9,7 +9,7 @@
 namespace blender::string_search::tests {
 
 /* Right arrow, keep in sync with #UI_MENU_ARROW_SEP in `UI_interface.h`. */
-#define UI_MENU_ARROW_SEP "\xe2\x96\xb6"
+#define UI_MENU_ARROW_SEP "\xe2\x96\xb8"
 
 TEST(string_search, damerau_levenshtein_distance)
 {



More information about the Bf-blender-cvs mailing list