diff options
Diffstat (limited to 'internal/outcome/dispatcher_test.go')
| -rw-r--r-- | internal/outcome/dispatcher_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/outcome/dispatcher_test.go b/internal/outcome/dispatcher_test.go index 0d0568e4..87a24e6c 100644 --- a/internal/outcome/dispatcher_test.go +++ b/internal/outcome/dispatcher_test.go @@ -690,6 +690,7 @@ func (panicMsgContext) Value(any) any { panic("unreachable") } type panicDispatcher struct{} func (panicDispatcher) new(func(k syscallDispatcher, msg message.Msg)) { panic("unreachable") } +func (panicDispatcher) getppid() int { panic("unreachable") } func (panicDispatcher) getpid() int { panic("unreachable") } func (panicDispatcher) getuid() int { panic("unreachable") } func (panicDispatcher) getgid() int { panic("unreachable") } |
