Fix failing blenlib test from previous commit

Commit 310be2e37c did not update UI_MENU_ARROW_SEP used in tests.
This commit is contained in:
Harley Acheson 2022-07-30 09:27:32 -07:00
parent 310be2e37c
commit af6f0f1757
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{