Browse Source

Fixed typo: conformance_test_runner should be a binary, not library.

Joshua Haberman 6 năm trước cách đây
mục cha
commit
c659a4a4db
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      BUILD

+ 1 - 1
BUILD

@@ -1091,7 +1091,7 @@ cc_library(
     ],
 )
 
-cc_library(
+cc_binary(
     name = "conformance_test_runner",
     srcs = ["conformance/conformance_test_main.cc"],
     deps = [