Update ld_test.go

1. remove unnecessary comment
2. remove single tab character
This commit is contained in:
hao 2021-05-28 11:38:28 +08:00 committed by GitHub
parent 465d60e019
commit 10168d8bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -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)
})