cld2: fix macos unit-test on ci
This commit is contained in:
@ -76,7 +76,7 @@ test_lang_detector()
|
|||||||
|
|
||||||
for (auto&& test: tests) {
|
for (auto&& test: tests) {
|
||||||
const auto res = detect_language(std::get<0>(test));
|
const auto res = detect_language(std::get<0>(test));
|
||||||
#ifndef HAVE_CLD2
|
#if HAVE_CLD2
|
||||||
g_assert_false(!!res);
|
g_assert_false(!!res);
|
||||||
#else
|
#else
|
||||||
g_assert_true(!!res);
|
g_assert_true(!!res);
|
||||||
|
|||||||
Reference in New Issue
Block a user