mirror of
https://github.com/golang/go.git
synced 2025-05-17 21:34:36 +00:00
os: remove unused issueNo field
It's no longer set since CL 31118. Change-Id: Ibe77b1454b5e7fd02eaed432f04cf993f53791fc Reviewed-on: https://go-review.googlesource.com/c/go/+/579135 Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com> Reviewed-by: Carlos Amedee <carlos@golang.org>
This commit is contained in:
parent
b1ae67501a
commit
50c20dc382
@ -96,7 +96,6 @@ func TestSameWindowsFile(t *testing.T) {
|
|||||||
type dirLinkTest struct {
|
type dirLinkTest struct {
|
||||||
name string
|
name string
|
||||||
mklink func(link, target string) error
|
mklink func(link, target string) error
|
||||||
issueNo int // correspondent issue number (for broken tests)
|
|
||||||
isMountPoint bool
|
isMountPoint bool
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -135,11 +134,6 @@ func testDirLinks(t *testing.T, tests []dirLinkTest) {
|
|||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if test.issueNo > 0 {
|
|
||||||
t.Logf("skipping broken %q test: see issue %d", test.name, test.issueNo)
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
fi1, err := os.Stat(link)
|
fi1, err := os.Stat(link)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Errorf("failed to stat link %v: %v", link, err)
|
t.Errorf("failed to stat link %v: %v", link, err)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user