Merge changes I056c49e6,I994402cb

* changes:
  Fix OutputPath.InSameDir example
  Fix go vet error
This commit is contained in:
Colin Cross
2020-10-12 20:01:27 +00:00
committed by Gerrit Code Review
2 changed files with 3 additions and 3 deletions

View File

@@ -1260,7 +1260,7 @@ func ExampleOutputPath_ReplaceExtension() {
// boot.art boot.oat
}
func ExampleOutputPath_FileInSameDir() {
func ExampleOutputPath_InSameDir() {
ctx := &configErrorWrapper{
config: TestConfig("out", nil, "", nil),
}