aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-14 14:01:16 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-14 14:01:16 -0700
commitc659a4a4db2e27463e51c732df25730973956be2 (patch)
treece842109959383eab4306407904860427e26379c /BUILD
parent0acd543dc4fcf72f793aa0a29b88f68f5a9cbab3 (diff)
downloadprotobuf-c659a4a4db2e27463e51c732df25730973956be2.tar.gz
Fixed typo: conformance_test_runner should be a binary, not library.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index f8ad0c567..d681994fe 100644
--- a/BUILD
+++ b/BUILD
@@ -1091,7 +1091,7 @@ cc_library(
],
)
-cc_library(
+cc_binary(
name = "conformance_test_runner",
srcs = ["conformance/conformance_test_main.cc"],
deps = [