From f3d5ff02d18ab18ee40f05a883da83db0e705b9c Mon Sep 17 00:00:00 2001 From: Bo Yang Date: Sun, 24 Mar 2019 19:15:58 +0000 Subject: [PATCH] Commented out missing file --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD b/BUILD index c09b74fca7..ab3b65dd00 100644 --- a/BUILD +++ b/BUILD @@ -239,7 +239,7 @@ proto_library( name = "test_json_proto", srcs = [ "tests/json/test.proto", - "tests/json/enum_from_separate_file.proto", + # "tests/json/enum_from_separate_file.proto", ], )