Update test progs for go13

This commit is contained in:
Derek Parker
2014-06-09 11:18:42 -05:00
parent 7304d55605
commit 8fb5e164b3
4 changed files with 0 additions and 4 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -91,8 +91,4 @@ func TestParse(t *testing.T) {
if fe.InitialLocation != 0x400c00 {
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])
}
}