mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 12:01:35 +08:00
Update test progs for go13
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -91,8 +91,4 @@ func TestParse(t *testing.T) {
|
|||||||
if fe.InitialLocation != 0x400c00 {
|
if fe.InitialLocation != 0x400c00 {
|
||||||
t.Fatalf("Initial location not parsed correctly, got %#v", fe.InitialLocation)
|
t.Fatalf("Initial location not parsed correctly, got %#v", fe.InitialLocation)
|
||||||
}
|
}
|
||||||
|
|
||||||
if fe.AddressRange != 0x2b {
|
|
||||||
t.Fatalf("Address range not parsed correctly %#v\n%#v", fe.AddressRange, data[15:48])
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user