Skip to content

Commit

Permalink
cmd/compile/internal/test: gofmt abiutils_test.go
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
cherrymui committed Feb 17, 2021
1 parent 8482559 commit 70c37ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/compile/internal/test/abiutils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -292,4 +292,4 @@ func TestABINumParamRegs(t *testing.T) {
nrtest(t, s, 4)
nrtest(t, a, 12)

}
}

0 comments on commit 70c37ee

Please sign in to comment.