Commit c659a4a4 authored by Joshua Haberman's avatar Joshua Haberman

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

parent 0acd543d
......@@ -1091,7 +1091,7 @@ cc_library(
],
)
cc_library(
cc_binary(
name = "conformance_test_runner",
srcs = ["conformance/conformance_test_main.cc"],
deps = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment