libgo: update to Go1.14beta1
[platform/upstream/gcc.git] / libgo / go / syscall / syscall_test.go
index 2a9d90e..5390f8a 100644 (file)
@@ -62,7 +62,7 @@ func TestExecErrPermutedFds(t *testing.T) {
 }
 
 func TestGettimeofday(t *testing.T) {
-       if runtime.GOOS == "nacl" || runtime.GOOS == "js" {
+       if runtime.GOOS == "js" {
                t.Skip("not implemented on " + runtime.GOOS)
        }
        tv := &syscall.Timeval{}