libgo: Update to weekly.2012-02-14 release.
From-SVN: r184798
This commit is contained in:
parent
ff2f581b00
commit
cbb6491d76
264 changed files with 11304 additions and 8940 deletions
|
@ -19,6 +19,7 @@ import (
|
|||
"runtime"
|
||||
"strconv"
|
||||
"strings"
|
||||
"syscall"
|
||||
"testing"
|
||||
"time"
|
||||
)
|
||||
|
@ -355,7 +356,7 @@ func TestCopyError(t *testing.T) {
|
|||
if err != nil {
|
||||
return false
|
||||
}
|
||||
return p.Signal(os.UnixSignal(0)) == nil
|
||||
return p.Signal(syscall.Signal(0)) == nil
|
||||
}
|
||||
|
||||
if !childRunning() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue