Browse Source

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

Joshua Haberman 6 years ago
parent
commit
c659a4a4db
1 changed files with 1 additions and 1 deletions
  1. 1 1
      BUILD

+ 1 - 1
BUILD

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