Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 41b4676f authored by Colin Cross's avatar Colin Cross
Browse files

Fix OutputPath.InSameDir example

The OutputPath.InSameDir example was called FileInSameDir.

Test: go vet ./android
Change-Id: I056c49e6b39f6124b0fa32ebc3498a2fe42c8ddc
parent ff0278b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1270,7 +1270,7 @@ func ExampleOutputPath_ReplaceExtension() {
	// boot.art boot.oat
}

func ExampleOutputPath_FileInSameDir() {
func ExampleOutputPath_InSameDir() {
	ctx := &configErrorWrapper{
		config: TestConfig("out", nil, "", nil),
	}