aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test/shell/integration/BUILD
diff options
context:
space:
mode:
authorGravatar ruperts <ruperts@google.com>2017-11-29 11:57:59 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-11-29 11:59:56 -0800
commit8f8b8859fc7d85feee97481443fb11c0b7ae03ce (patch)
treefa35796699c72ac0ef6fe24b35605d1990df54bb /src/test/shell/integration/BUILD
parent515746b684f894572a11c01208f7f6f2370f67cb (diff)
Don't use //base:system_malloc for spend_cpu_time testing tool.
RELNOTES: None. PiperOrigin-RevId: 177342763
Diffstat (limited to 'src/test/shell/integration/BUILD')
-rw-r--r--src/test/shell/integration/BUILD1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/shell/integration/BUILD b/src/test/shell/integration/BUILD
index 1d9b55d76c..271f584551 100644
--- a/src/test/shell/integration/BUILD
+++ b/src/test/shell/integration/BUILD
@@ -299,7 +299,6 @@ cc_binary(
name = "spend_cpu_time",
testonly = 1,
srcs = ["spend_cpu_time.cc"],
- malloc = "//base:system_malloc",
)
########################################################################