graph/path/...: update for int64 IDs

This commit is contained in:
kortschak
2017-06-16 11:05:28 +09:30
committed by Dan Kortschak
parent 9d34456e6d
commit 15ecc07d40
20 changed files with 93 additions and 93 deletions

View File

@@ -45,7 +45,7 @@ func TestBellmanFordFrom(t *testing.T) {
test.Name, weight, test.Weight)
}
var got []int
var got []int64
for _, n := range p {
got = append(got, n.ID())
}