Translator: fixed debug output in proto tests
This commit is contained in:
@@ -1214,7 +1214,6 @@ fun testRepVarints(): Int {
|
||||
var i = 0
|
||||
val testRuns = 100
|
||||
while (i < testRuns) {
|
||||
println(i)
|
||||
val msg = generateRandomMessage()
|
||||
if (checkRepSerializationIdentity(msg) == 1) {
|
||||
return 1
|
||||
|
||||
@@ -490,7 +490,6 @@ fun testRepZigZag(): Int {
|
||||
var i = 0
|
||||
val testRuns = 8
|
||||
while (i < testRuns) {
|
||||
println(i)
|
||||
val msg = generateRandomMessage()
|
||||
if (checkRepZZSerializationIdentity(msg) == 1) {
|
||||
return 1
|
||||
|
||||
Reference in New Issue
Block a user