Internal change.

PiperOrigin-RevId: 415015027
This commit is contained in:
gVisor bot 2021-12-08 08:56:05 -08:00
parent 9768009a79
commit ba86510559
1 changed files with 1 additions and 1 deletions

View File

@ -368,7 +368,7 @@ func TestChecksummableTransportUpdatePort(t *testing.T) {
origDstPort := uint16(rand.Uint32()) origDstPort := uint16(rand.Uint32())
newPort := uint16(rand.Uint32()) newPort := uint16(rand.Uint32())
t.Run(fmt.Sprintf("OrigSrcPort=%d,OrigDstPort=%d,NewPort=%d", origSrcPort, origDstPort, newPort), func(*testing.T) { t.Run(fmt.Sprintf("OrigSrcPort=%d,OrigDstPort=%d,NewPort=%d", origSrcPort, origDstPort, newPort), func(t *testing.T) {
for _, test := range tests { for _, test := range tests {
t.Run(test.name, func(t *testing.T) { t.Run(test.name, func(t *testing.T) {
for _, subTest := range []struct { for _, subTest := range []struct {