From 9f00b121308eb07b6d55d60425f4f0d4b93afbee Mon Sep 17 00:00:00 2001 From: dsavvinov Date: Thu, 18 Aug 2016 12:36:43 +0300 Subject: [PATCH] Protobuf: fixed typo in ZigZagTest in JS tests pack --- .../kotlin/protoc-tests/kt_js_tests/src/tests/ZigZagTest.kt | 3 --- 1 file changed, 3 deletions(-) diff --git a/proto/compiler/google/src/google/protobuf/compiler/kotlin/protoc-tests/kt_js_tests/src/tests/ZigZagTest.kt b/proto/compiler/google/src/google/protobuf/compiler/kotlin/protoc-tests/kt_js_tests/src/tests/ZigZagTest.kt index 3ce626fcc43..6217e9cfadc 100644 --- a/proto/compiler/google/src/google/protobuf/compiler/kotlin/protoc-tests/kt_js_tests/src/tests/ZigZagTest.kt +++ b/proto/compiler/google/src/google/protobuf/compiler/kotlin/protoc-tests/kt_js_tests/src/tests/ZigZagTest.kt @@ -3,9 +3,6 @@ import MessageZigZag import CodedInputStream object ZigZagTest { - val builder = protoBuf.loadProtoFile("./js_messages/zigzag.proto") - val JSMessageZigZag = builder.build("MessageZigZag") - fun generateKtZigZag(): MessageZigZag { val int = Util.nextInt() val long = Util.nextLong()