Skip to content

Commit

Permalink
cmd/vet/all: fix whitelist for CL 108557
Browse files Browse the repository at this point in the history
Change-Id: I831775db5de92d211495acc012fc4366c7c84851
Reviewed-on: https://go-review.googlesource.com/109335
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
  • Loading branch information
rsc committed Apr 25, 2018
1 parent 85146fa commit 01a7487
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/vet/all/whitelist/all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 01a7487

Please sign in to comment.