Skip to content

Commit e8fe728

Browse files
committed
Adds : and .bzl to build rule
1 parent f1c222a commit e8fe728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("make_tests", "itertools_tests")
1+
load(":make_tests.bzl", "itertools_tests")
22

33
progs = [
44
"accumulate",

0 commit comments

Comments
 (0)