1
0
mirror of https://github.com/golang/go synced 2024-11-11 23:40:22 -07:00

cmd/compile/internal/test: gofmt abiutils_test.go

Turns out that file is not formatted properly in the dev.regabi
branch.

Change-Id: I93125e65d5d3e8448c6ec1f077332c9bf7f0dd26
Reviewed-on: https://go-review.googlesource.com/c/go/+/292594
Trust: Cherry Zhang <cherryyz@google.com>
Reviewed-by: Jeremy Faller <jeremy@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
This commit is contained in:
Cherry Zhang 2021-02-16 17:55:27 -05:00
parent 84825599dc
commit 70c37ee7d0

View File

@ -292,4 +292,4 @@ func TestABINumParamRegs(t *testing.T) {
nrtest(t, s, 4)
nrtest(t, a, 12)
}
}