summaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorJoshua Haberman <jhaberman@gmail.com>2019-01-12 19:12:57 -0800
committerJoshua Haberman <jhaberman@gmail.com>2019-01-12 19:12:57 -0800
commit48863ea0be94ea3d3d61206ad7ce9ead206770fa (patch)
tree9c4b647586ecb7c52fa56f8cef26301027ec5ae7 /BUILD
parentd2f9bec5c6f3c34362cf13e35e11d3dbc7888a32 (diff)
A lot more tests are working now.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD10
1 files changed, 0 insertions, 10 deletions
diff --git a/BUILD b/BUILD
index ffb5bbd..c6c401c 100644
--- a/BUILD
+++ b/BUILD
@@ -166,16 +166,6 @@ upb_proto_reflection_library(
deps = ["descriptor_proto"],
)
-cc_test(
- name = "test_handlers",
- srcs = ["tests/test_handlers.c"],
- deps = [
- ":descriptor_upbproto",
- ":upb_pb",
- ":upb_test",
- ],
-)
-
proto_library(
name = "test_decoder_proto",
srcs = [
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback