am b698e9c1: Fix build.
* commit 'b698e9c1fab9df8e1cd58f997ad62147522538fc': Fix build.main
commit
bf5033250c
|
@ -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