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()