mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: gofmt after CL 192937
CL 192937 introduced some changes which weren't properly gofmt'ed. Do so now. Change-Id: I2d2d57ea8a79fb41bc4ca59fa23f12198d615fd8 Reviewed-on: https://go-review.googlesource.com/c/go/+/196812 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
parent
7fc2625ef1
commit
8f5755e76e
2 changed files with 20 additions and 20 deletions
|
|
@ -148,7 +148,7 @@ func TestVDSO(t *testing.T) {
|
|||
output := runTestProg(t, "testprog", "SignalInVDSO")
|
||||
want := "success\n"
|
||||
if output != want {
|
||||
t.Fatalf("output:\n%s\n\nwanted:\n%s", output, want);
|
||||
t.Fatalf("output:\n%s\n\nwanted:\n%s", output, want)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue