diff options
author | Michael Pratt <mpratt@google.com> | 2019-09-12 15:09:01 -0700 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2019-09-12 15:10:17 -0700 |
commit | df5d377521e625aeb8f4fe18bd1d9974dbf9998c (patch) | |
tree | 9d1fed7b3ae29077b4f889b95ec493591b267363 /pkg/tcpip/link/fdbased | |
parent | 78cfbbda4bcf29cc445f2ac000d4f2f9c72123f6 (diff) |
Remove go_test from go_stateify and go_marshal
They are no-ops, so the standard rule works fine.
PiperOrigin-RevId: 268776264
Diffstat (limited to 'pkg/tcpip/link/fdbased')
-rw-r--r-- | pkg/tcpip/link/fdbased/BUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pkg/tcpip/link/fdbased/BUILD b/pkg/tcpip/link/fdbased/BUILD index 74fbbb896..8fa9e3984 100644 --- a/pkg/tcpip/link/fdbased/BUILD +++ b/pkg/tcpip/link/fdbased/BUILD @@ -1,4 +1,5 @@ -load("//tools/go_stateify:defs.bzl", "go_library", "go_test") +load("//tools/go_stateify:defs.bzl", "go_library") +load("@io_bazel_rules_go//go:def.bzl", "go_test") package(licenses = ["notice"]) |