mirror of
https://github.com/go-delve/delve.git
synced 2025-10-28 04:35:19 +08:00
proc: refactor Continue to work on any Process implementation
This commit is contained in:
@ -23,7 +23,7 @@ func TestIssue419(t *testing.T) {
|
||||
}
|
||||
}
|
||||
}()
|
||||
err := p.Continue()
|
||||
err := Continue(p)
|
||||
if _, exited := err.(ProcessExitedError); !exited {
|
||||
t.Fatalf("Unexpected error after Continue(): %v\n", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user