summaryrefslogtreecommitdiffhomepage
path: root/test/syscalls/linux/BUILD
diff options
context:
space:
mode:
authorBrad Burlage <brb@google.com>2019-06-18 14:17:31 -0700
committergVisor bot <gvisor-bot@google.com>2019-06-18 14:18:47 -0700
commit2e1379867a77bfa94cc740b6d1407d3702810c73 (patch)
tree27e33b7077c11366d1b6143fae428854e3cad63a /test/syscalls/linux/BUILD
parentec15fb116248b549a1d6c5ca835aaa52681a9bd7 (diff)
Replace usage of deprecated strtoul/strtoull
PiperOrigin-RevId: 253864770
Diffstat (limited to 'test/syscalls/linux/BUILD')
-rw-r--r--test/syscalls/linux/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/syscalls/linux/BUILD b/test/syscalls/linux/BUILD
index 2f6704842..7e3ad08a9 100644
--- a/test/syscalls/linux/BUILD
+++ b/test/syscalls/linux/BUILD
@@ -42,6 +42,7 @@ cc_binary(
name = "exec_state_workload",
testonly = 1,
srcs = ["exec_state_workload.cc"],
+ deps = ["@com_google_absl//absl/strings"],
)
sh_binary(