Skip to content

Commit

Permalink
Adds : and .bzl to build rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhaining committed Mar 5, 2018
1 parent f1c222a commit e8fe728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/BUILD
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("make_tests", "itertools_tests")
load(":make_tests.bzl", "itertools_tests")

progs = [
"accumulate",
Expand Down

0 comments on commit e8fe728

Please sign in to comment.