aboutsummaryrefslogtreecommitdiff
path: root/cmd/protoc-gen-go/testdata/gen_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/protoc-gen-go/testdata/gen_test.go')
-rw-r--r--cmd/protoc-gen-go/testdata/gen_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/protoc-gen-go/testdata/gen_test.go b/cmd/protoc-gen-go/testdata/gen_test.go
index fa411566..8e7c27a1 100644
--- a/cmd/protoc-gen-go/testdata/gen_test.go
+++ b/cmd/protoc-gen-go/testdata/gen_test.go
@@ -26,4 +26,5 @@ import (
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/nopackage"
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto2"
_ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/proto3"
+ _ "google.golang.org/protobuf/cmd/protoc-gen-go/testdata/retention"
)