Add missing go_test to load line of BUILD file.

PiperOrigin-RevId: 633632361
This commit is contained in:
Etienne Perot
2024-05-14 10:37:45 -07:00
committed by gVisor bot
parent 211bb0f883
commit 45c5479cb2
+1 -1
View File
@@ -1,4 +1,4 @@
load("//tools:defs.bzl", "go_binary")
load("//tools:defs.bzl", "go_binary", "go_test")
package(
default_applicable_licenses = ["//:license"],