mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
syscall: fix typo in exec_windows_test.go
nothign -> nothing
Change-Id: I3f5cf20cc094d280f6cafa179eaefd745874dec1
GitHub-Last-Rev: a4cf42f275
GitHub-Pull-Request: golang/go#45118
Reviewed-on: https://go-review.googlesource.com/c/go/+/303269
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
836dbdb15b
commit
482903150d
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ func TestChangingProcessParent(t *testing.T) {
|
||||||
if os.Getenv("GO_WANT_HELPER_PROCESS") == "parent" {
|
if os.Getenv("GO_WANT_HELPER_PROCESS") == "parent" {
|
||||||
// in parent process
|
// in parent process
|
||||||
|
|
||||||
// Parent does nothign. It is just used as a parent of a child process.
|
// Parent does nothing. It is just used as a parent of a child process.
|
||||||
time.Sleep(time.Minute)
|
time.Sleep(time.Minute)
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue