diff options
author | Ting-Yu Wang <anivia@google.com> | 2020-10-20 15:45:38 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-10-20 15:47:48 -0700 |
commit | 4da10f873e22a43be648ab34c9b9b2759d33337d (patch) | |
tree | 4823290adf3e7b05392faccbecbef4cab1000eec /pkg/tcpip/stack/transport_test.go | |
parent | d45d57f49e71be5cc17e95d649d750d1c93bbf9b (diff) |
Fix nogo tests.
//pkg/tcpip/stack:stack_x_test_nogo
//pkg/tcpip/transport/raw:raw_nogo
PiperOrigin-RevId: 338153265
Diffstat (limited to 'pkg/tcpip/stack/transport_test.go')
-rw-r--r-- | pkg/tcpip/stack/transport_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/stack/transport_test.go b/pkg/tcpip/stack/transport_test.go index 62ab6d92f..6b8071467 100644 --- a/pkg/tcpip/stack/transport_test.go +++ b/pkg/tcpip/stack/transport_test.go @@ -28,7 +28,7 @@ import ( const ( fakeTransNumber tcpip.TransportProtocolNumber = 1 - fakeTransHeaderLen = 3 + fakeTransHeaderLen int = 3 ) // fakeTransportEndpoint is a transport-layer protocol endpoint. It counts |