mirror of https://github.com/golang/go.git
revert src/syscall/exec_unix_test.go
This commit is contained in:
parent
e8c492de30
commit
acaf3ac11c
|
|
@ -383,7 +383,7 @@ func TestRlimitRestored(t *testing.T) {
|
|||
t.Fatalf("could not parse %q as number: %v", s, v)
|
||||
}
|
||||
|
||||
if v != orig.Cur {
|
||||
if v != uint64(orig.Cur) {
|
||||
t.Errorf("exec rlimit = %d, want %d", v, orig)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue