From: Russ Cox Date: Wed, 25 Apr 2018 15:23:15 +0000 (-0400) Subject: cmd/vet/all: fix whitelist for CL 108557 X-Git-Tag: go1.11beta1~688 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=01a7487534d3f8d83a51f100fc25e6a7b08f8413;p=gostls13.git cmd/vet/all: fix whitelist for CL 108557 Change-Id: I831775db5de92d211495acc012fc4366c7c84851 Reviewed-on: https://go-review.googlesource.com/109335 Run-TryBot: Russ Cox Reviewed-by: Russ Cox --- diff --git a/src/cmd/vet/all/whitelist/all.txt b/src/cmd/vet/all/whitelist/all.txt index 4914e7bd6b..397ee4e987 100644 --- a/src/cmd/vet/all/whitelist/all.txt +++ b/src/cmd/vet/all/whitelist/all.txt @@ -27,7 +27,6 @@ encoding/json/decode_test.go: struct field m2 has json tag but is not exported encoding/json/tagkey_test.go: struct field tag `:"BadFormat"` not compatible with reflect.StructTag.Get: bad syntax for struct tag key runtime/testdata/testprog/deadlock.go: unreachable code runtime/testdata/testprog/deadlock.go: unreachable code -sync/cond_test.go: assignment copies lock value to c2: sync.Cond contains sync.noCopy // Non-standard method signatures. // These cases are basically ok.