summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-05-14 11:30:51 -0700
committerJoshua Haberman <jhaberman@gmail.com>2019-05-14 11:30:51 -0700
commite04216eb0fb70cbd1371a942aaeaf90b1f1b5cd8 (patch)
treeb3271e6877f81be05d4646b4edd2d8e42ce43a8d /BUILD
parentc0a1afa16f5c29fc4edb229efa5b6682b69ebd4b (diff)
More Blaze fixes.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 4d3cdc8..2b99cf7 100644
--- a/BUILD
+++ b/BUILD
@@ -242,7 +242,7 @@ cc_library(
cc_test(
name = "test_varint",
srcs = [
- "tests/pb/test_varint.c" +
+ "tests/pb/test_varint.c",
"upb/pb/varint.int.h",
],
copts = COPTS,
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback