mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
Support Go1.4rc1
This commit is contained in:
@ -315,7 +315,7 @@ func TestFindReturnAddress(t *testing.T) {
|
||||
readMemory(p.Pid, uintptr(addr), data)
|
||||
addr = binary.LittleEndian.Uint64(data)
|
||||
|
||||
expected := uint64(0x400f03)
|
||||
expected := uint64(0x400fbc)
|
||||
if addr != expected {
|
||||
t.Fatalf("return address not found correctly, expected %#v got %#v", expected, addr)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user