mirror of
https://github.com/golang/go
synced 2024-11-02 09:28:34 +00:00
revert src/syscall/exec_unix_test.go
This commit is contained in:
parent
e8c492de30
commit
acaf3ac11c
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue