commit | 99576e90371c983798e7bb004339df0bf23d3e9d | [log] [tgz] |
---|---|---|
author | David Gow <davidgow@google.com> | Fri Aug 30 15:52:12 2019 -0700 |
committer | David Gow <davidgow@google.com> | Fri Aug 30 15:57:15 2019 -0700 |
tree | c72f37712b97fa7c0c82d2ea0b62e50087215cee | |
parent | 9fe6c3524bd8a26b5ed247c43cc71bb20fb678e6 [diff] |
Fix a typo in the bazel BUILD file (src vs srcs) Change-Id: Ic53d2b62afcfbfd9d70a0b531185e265e71149fd Signed-off-by: David Gow <davidgow@google.com>
diff --git a/BUILD.bazel b/BUILD.bazel index 94e75a4..a6af0ed 100644 --- a/BUILD.bazel +++ b/BUILD.bazel
@@ -60,7 +60,7 @@ py_test( name = "lcov_parser_test", - src = ["lcov_parser/lcov_parser_test.py"], + srcs = ["lcov_parser/lcov_parser_test.py"], python_version = "PY3", deps = ["lcov_parser/lcov_parser.py"], )