Fix OutputPath.InSameDir example

The OutputPath.InSameDir example was called FileInSameDir.

Test: go vet ./android
Change-Id: I056c49e6b39f6124b0fa32ebc3498a2fe42c8ddc
This commit is contained in:
Colin Cross 2020-10-09 19:26:32 -07:00
parent ff0278b32a
commit 41b4676f44
1 changed files with 1 additions and 1 deletions

View File

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