Przeglądaj źródła

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

Joshua Haberman 7 lat temu
rodzic
commit
c659a4a4db
1 zmienionych plików z 1 dodań i 1 usunięć
  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 = [