mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: gofmt
CL 268578 was not formatted properly.
Change-Id: I08d2fc691e4f90a38d8165344c135b7b4f73b339
GitHub-Last-Rev: 6183bb0639
GitHub-Pull-Request: golang/go#42736
Reviewed-on: https://go-review.googlesource.com/c/go/+/271807
Reviewed-by: Alberto Donizetti <alb.donizetti@gmail.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
Trust: Michael Pratt <mpratt@google.com>
Trust: Alberto Donizetti <alb.donizetti@gmail.com>
Run-TryBot: Michael Pratt <mpratt@google.com>
This commit is contained in:
parent
e5da18df52
commit
294c214cca
1 changed files with 1 additions and 1 deletions
|
|
@ -244,7 +244,7 @@ func TestPanicSystemstack(t *testing.T) {
|
|||
// we don't have a way to know when it is fully blocked, sleep a bit to
|
||||
// make us less likely to lose the race and signal before the child
|
||||
// blocks.
|
||||
time.Sleep(100*time.Millisecond)
|
||||
time.Sleep(100 * time.Millisecond)
|
||||
|
||||
// Send SIGQUIT.
|
||||
if err := cmd.Process.Signal(syscall.SIGQUIT); err != nil {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue