aboutsummaryrefslogtreecommitdiff
path: root/internal/testprotos/nullable/methods_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/testprotos/nullable/methods_test.go')
-rw-r--r--internal/testprotos/nullable/methods_test.go21
1 files changed, 0 insertions, 21 deletions
diff --git a/internal/testprotos/nullable/methods_test.go b/internal/testprotos/nullable/methods_test.go
deleted file mode 100644
index c6948109..00000000
--- a/internal/testprotos/nullable/methods_test.go
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2021 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-// For messages which do not provide legacy Marshal and Unmarshal methods,
-// only test compatibility with the Marshal/Unmarshal functionality with
-// pure protobuf reflection since there is no support for nullable fields
-// in the table-driven implementation.
-//go:build protoreflect
-// +build protoreflect
-
-package nullable
-
-import "google.golang.org/protobuf/runtime/protoimpl"
-
-func init() {
- methodTestProtos = append(methodTestProtos,
- protoimpl.X.ProtoMessageV2Of((*Proto2)(nil)).ProtoReflect().Type(),
- protoimpl.X.ProtoMessageV2Of((*Proto3)(nil)).ProtoReflect().Type(),
- )
-}