diff --git a/cmd/cover/cover_test.go b/cmd/cover/cover_test.go index 4804325c..82c1ce5c 100644 --- a/cmd/cover/cover_test.go +++ b/cmd/cover/cover_test.go @@ -19,7 +19,7 @@ const ( testdata = "testdata" // Binaries we compile. - testcover = "testcover.exe" + testcover = "./testcover.exe" ) var ( @@ -51,7 +51,7 @@ func TestCover(t *testing.T) { } err = ioutil.WriteFile(coverInput, bytes.Join(lines, []byte("\n")), 0666) - // defer removal of test_line_go + // defer removal of test_line.go if !debug { defer os.Remove(coverInput) }