cld2: fix macos unit-test on ci

This commit is contained in:
Dirk-Jan C. Binnema
2026-07-23 20:57:33 +03:00
committed by Seth Ladygo
parent 40ee042b6d
commit ca881a6e83

View File

@ -76,7 +76,7 @@ test_lang_detector()
for (auto&& test: tests) {
const auto res = detect_language(std::get<0>(test));
#ifndef HAVE_CLD2
#if HAVE_CLD2
g_assert_false(!!res);
#else
g_assert_true(!!res);