mirror of https://github.com/golang/go.git
Update ld_test.go
1. remove unnecessary comment 2. remove single tab character
This commit is contained in:
parent
465d60e019
commit
10168d8bdd
|
|
@ -174,9 +174,8 @@ func TestWindowsBuildmodeCSharedASLR(t *testing.T) {
|
|||
t.Skip("skipping windows amd64/386 only test")
|
||||
}
|
||||
|
||||
// make sure cgo enable
|
||||
testenv.MustHaveCGO(t)
|
||||
|
||||
|
||||
t.Run("aslr", func(t *testing.T) {
|
||||
testWindowsBuildmodeCSharedASLR(t, true)
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue