mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
go/printer: changed max. number of newlines from 3 to 2
manual changes in src/pkg/go/printer, src/cmd/gofix/signal_test.go (cd src/cmd/gofix/testdata; gofmt -w *.in *.out) (cd src/pkg/go/printer; gotest -update) gofmt -w misc src runs all tests R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4715041
This commit is contained in:
parent
58e19aa4cb
commit
90564a9256
225 changed files with 1 additions and 2005 deletions
|
|
@ -380,7 +380,6 @@ func TestMapSetNil(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
func TestAll(t *testing.T) {
|
||||
testType(t, 1, TypeOf((int8)(0)), "int8")
|
||||
testType(t, 2, TypeOf((*int8)(nil)).Elem(), "int8")
|
||||
|
|
@ -744,7 +743,6 @@ func TestDeepEqualUnexportedMap(t *testing.T) {
|
|||
}
|
||||
}
|
||||
|
||||
|
||||
func check2ndField(x interface{}, offs uintptr, t *testing.T) {
|
||||
s := ValueOf(x)
|
||||
f := s.Type().Field(1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue