From df5d377521e625aeb8f4fe18bd1d9974dbf9998c Mon Sep 17 00:00:00 2001
From: Michael Pratt <mpratt@google.com>
Date: Thu, 12 Sep 2019 15:09:01 -0700
Subject: Remove go_test from go_stateify and go_marshal

They are no-ops, so the standard rule works fine.

PiperOrigin-RevId: 268776264
---
 pkg/tcpip/network/fragmentation/BUILD | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'pkg/tcpip/network/fragmentation')

diff --git a/pkg/tcpip/network/fragmentation/BUILD b/pkg/tcpip/network/fragmentation/BUILD
index 118bfc763..c5c7aad86 100644
--- a/pkg/tcpip/network/fragmentation/BUILD
+++ b/pkg/tcpip/network/fragmentation/BUILD
@@ -1,7 +1,9 @@
+load("@io_bazel_rules_go//go:def.bzl", "go_test")
+
 package(licenses = ["notice"])
 
 load("//tools/go_generics:defs.bzl", "go_template_instance")
-load("//tools/go_stateify:defs.bzl", "go_library", "go_test")
+load("//tools/go_stateify:defs.bzl", "go_library")
 
 go_template_instance(
     name = "reassembler_list",
-- 
cgit v1.2.3