diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/util/merge_lines.test.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/util/merge_lines.test.cpp b/test/util/merge_lines.test.cpp index db81d8b209..30cd1af068 100644 --- a/test/util/merge_lines.test.cpp +++ b/test/util/merge_lines.test.cpp @@ -3,8 +3,8 @@ #include <mbgl/layout/merge_lines.hpp> #include <mbgl/layout/symbol_feature.hpp> -const std::u32string aaa = U"a"; -const std::u32string bbb = U"b"; +const std::u16string aaa = u"a"; +const std::u16string bbb = u"b"; TEST(MergeLines, SameText) { // merges lines with the same text |