aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'src/test')
-rw-r--r--src/test/cpp/util/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/cpp/util/BUILD b/src/test/cpp/util/BUILD
index e59029cf3e..e47f35e77f 100644
--- a/src/test/cpp/util/BUILD
+++ b/src/test/cpp/util/BUILD
@@ -24,6 +24,7 @@ cc_test(
cc_test(
name = "strings_test",
srcs = ["strings_test.cc"],
+ shard_count = 2,
deps = [
"//src/main/cpp/util:strings",
"//third_party:gtest",