diff options
Diffstat (limited to 'container/dispatcher_test.go')
| -rw-r--r-- | container/dispatcher_test.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/container/dispatcher_test.go b/container/dispatcher_test.go index f01b6f39..1152e167 100644 --- a/container/dispatcher_test.go +++ b/container/dispatcher_test.go @@ -315,6 +315,8 @@ func checkArgReflect(k *kstub, arg string, got any, n int) bool { return true } +func (k *kstub) lockOSThread() { k.expect("lockOSThread") } + func (k *kstub) setPtracer(pid uintptr) error { return k.expect("setPtracer").error( checkArg(k, "pid", pid, 0)) |
