mirror of
https://github.com/privacore/open-source-search-engine.git
synced 2025-06-08 21:29:34 -04:00
Fix unit test compilation error from commit 20fbe0a1290833c312bebd72599f9dee98055294
This commit is contained in:
parent
2756717c20
commit
b0529fb488
@ -1,6 +1,8 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
#include "Unicode.h"
|
||||
#include "TitleSummaryCodepointFilter.h"
|
||||
|
||||
#include <sstream>
|
||||
|
||||
#include "Log.h"
|
||||
@ -206,4 +208,4 @@ TEST(UnicodeTest, CharSize) {
|
||||
for (auto it = test_cases.begin(); it != test_cases.end(); ++it) {
|
||||
EXPECT_EQ(std::get<1>(*it), getUtf8CharSize(std::get<0>(*it)));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user