diff options
Diffstat (limited to 'prog/encodingexec_test.go')
| -rw-r--r-- | prog/encodingexec_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prog/encodingexec_test.go b/prog/encodingexec_test.go index bc9e1d705..055d4e375 100644 --- a/prog/encodingexec_test.go +++ b/prog/encodingexec_test.go @@ -47,7 +47,7 @@ func TestSerializeForExec(t *testing.T) { argData = uint64(ExecArgData) ) callID := func(name string) uint64 { - c := sys.CallMap[name] + c := sys.SyscallMap[name] if c == nil { t.Fatalf("unknown syscall %v", name) } |
