libgo: Update to weekly.2012-02-14 release.

From-SVN: r184798
This commit is contained in:
Ian Lance Taylor 2012-03-02 16:38:43 +00:00
parent ff2f581b00
commit cbb6491d76
264 changed files with 11304 additions and 8940 deletions

View file

@ -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() {