mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
* commit 'b5518a2343b30f4e398bdcbf9f15853a10fc6ccc': Fix build.
This commit is contained in:
commit
5a9f255a32
@ -606,7 +606,7 @@ public class BinaryDictionaryTests extends AndroidTestCase {
|
||||
binaryDictionary = new BinaryDictionary(dictFile.getAbsolutePath(),
|
||||
0 /* offset */, dictFile.length(), true /* useFullEditDistance */,
|
||||
Locale.getDefault(), TEST_LOCALE, true /* isUpdatable */);
|
||||
while(!binaryDictionary.needsToRunGC()) {
|
||||
while(!binaryDictionary.needsToRunGC(true /* mindsBlockByGC */)) {
|
||||
final String word = CodePointUtils.generateWord(random, codePointSet);
|
||||
words.add(word);
|
||||
final int unigramProbability = random.nextInt(0xFF);
|
||||
|
Loading…
Reference in New Issue
Block a user