mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-21 04:49:04 +00:00
compiler: update golang.org/x/tools/go/ssa package
This update includes support for the new range loops over integers.
This commit is contained in:
@@ -90,6 +90,9 @@ func TestBuild(t *testing.T) {
|
||||
if minor >= 21 {
|
||||
tests = append(tests, "go1.21.go")
|
||||
}
|
||||
if minor >= 22 {
|
||||
tests = append(tests, "go1.22.go")
|
||||
}
|
||||
|
||||
if *testTarget != "" {
|
||||
// This makes it possible to run one specific test (instead of all),
|
||||
|
||||
Reference in New Issue
Block a user