This commit is contained in:
Mehrdad Afshari 2017-05-17 14:16:19 -07:00 коммит произвёл Mehrdad Afshari
Родитель ce595b8452
Коммит 11d93ecdb9
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -47,6 +47,8 @@ import (
"google.golang.org/grpc/transport"
)
var _ CallOption = EmptyCallOption{} // ensure EmptyCallOption implements the interface
func TestSimpleParsing(t *testing.T) {
bigMsg := bytes.Repeat([]byte{'x'}, 1<<24)
for _, test := range []struct {