mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 03:56:24 +08:00
tests: removing of dlvbin is not needed (#3875)
This commit is contained in:
@ -3169,7 +3169,6 @@ func TestGuessSubstitutePath(t *testing.T) {
|
||||
defer os.Setenv("GOFLAGS", oldgoflags)
|
||||
|
||||
dlvbin := protest.GetDlvBinary(t)
|
||||
defer os.Remove(dlvbin)
|
||||
|
||||
listener, clientConn := service.ListenerPipe()
|
||||
defer listener.Close()
|
||||
|
||||
Reference in New Issue
Block a user