Skip to content

Commit f159599

Browse files
committed
Fix protoc-gen-go-grpc_test.sh to match regenerate.sh
1 parent 08f3f64 commit f159599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/protoc-gen-go-grpc/protoc-gen-go-grpc_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ popd
3030

3131
protoc \
3232
--go-grpc_out="${TEMPDIR}" \
33-
--go-grpc_opt=paths=source_relative \
33+
--go-grpc_opt=paths=source_relative,use_generic_streams=true \
3434
"examples/route_guide/routeguide/route_guide.proto"
3535

3636
GOLDENFILE="examples/route_guide/routeguide/route_guide_grpc.pb.go"

0 commit comments

Comments
 (0)