0
0

fix another test issue

This commit is contained in:
Marty Schoch 2016-06-10 13:21:27 -04:00
parent 5ec47500ae
commit 9c9dbcc90a

View File

@ -627,7 +627,7 @@ func BenchmarkCJKAnalyzer(b *testing.B) {
}
for i := 0; i < b.N; i++ {
ts := analyzer.Analyze(bleveWikiArticleJapanese)
analyzer.Analyze(bleveWikiArticleJapanese)
}
}