Fix OutputPath.InSameDir example
The OutputPath.InSameDir example was called FileInSameDir. Test: go vet ./android Change-Id: I056c49e6b39f6124b0fa32ebc3498a2fe42c8ddc
This commit is contained in:
parent
ff0278b32a
commit
41b4676f44
|
@ -1270,7 +1270,7 @@ func ExampleOutputPath_ReplaceExtension() {
|
||||||
// boot.art boot.oat
|
// boot.art boot.oat
|
||||||
}
|
}
|
||||||
|
|
||||||
func ExampleOutputPath_FileInSameDir() {
|
func ExampleOutputPath_InSameDir() {
|
||||||
ctx := &configErrorWrapper{
|
ctx := &configErrorWrapper{
|
||||||
config: TestConfig("out", nil, "", nil),
|
config: TestConfig("out", nil, "", nil),
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue