Protobuf: deleted debugging code from native test proto_repeated_zigzag.kt

This commit is contained in:
dsavvinov
2016-08-18 11:26:33 +03:00
parent bbc121d9d2
commit 086c52174b
@@ -544,8 +544,4 @@ fun testArraysOfDefaultValues(): Int {
val msg = MessageRepeatedZigZag.BuilderMessageRepeatedZigZag(intArr, longArr).build()
return checkRepZZSerializationIdentity(msg)
}
fun main(args: Array<String>) {
println(testRepZigZag())
}