Skip to content

Commit

Permalink
Added 4.24.15676 to symbol tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pgaskin committed Oct 2, 2020
1 parent 23e4cca commit 9c087f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/syms/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ func main() {
"4.11.11982", "4.11.12019", "4.12.12111", "4.13.12638", "4.14.12777",
"4.15.12920", "4.16.13162", "4.17.13651", "4.17.13694", "4.18.13737",
"4.19.14123", "4.20.14601", "4.20.14617", "4.20.14622", "4.21.15015",
"4.22.15190", "4.22.15268", "4.23.15505", "4.24.15672",
"4.22.15190", "4.22.15268", "4.23.15505", "4.24.15672", "4.24.15676",
}

checks := map[string]map[string][]SymCheck{}
Expand Down Expand Up @@ -144,7 +144,7 @@ func main() {
}

func GetPatcher(version, lib string) (*patchlib.Patcher, error) {
resp, err := http.Get("https://github.com/pgaskin/kobopatch-patches/raw/v67/testdata/" + version + ".tar.xz")
resp, err := http.Get("https://github.com/pgaskin/kobopatch-patches/raw/v68/testdata/" + version + ".tar.xz")
if err != nil {
return nil, fmt.Errorf("get kobopatch testdata for %#v: %w", version, err)
}
Expand Down

0 comments on commit 9c087f7

Please sign in to comment.