Skip to content

Commit 675e822

Browse files
authored
Merge pull request google#125 from kant/patch-4
Minor fix
2 parents b049627 + 03282f9 commit 675e822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Testing
22
The preferred mechanism for testing is using the [Bazel](https://bazel.build/)
33
build system. This uses files called `BUILD` ([example](https://github.com/google/open-location-code/blob/master/BUILD)
4-
to provide rules to build code and run tests.
4+
to provide rules to build code and run tests).
55

66
Create a `BUILD` file in your code directory with a [test rule](https://bazel.build/versions/master/docs/test-encyclopedia.html).
77
You can then test your code by running:

0 commit comments

Comments
 (0)