mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-08 13:03:39 +00:00
compiler: add min and max builtin support
This commit is contained in:
committed by
Ron Evans
parent
a93f0ed12a
commit
f791c821ff
@@ -54,6 +54,9 @@ func TestCompiler(t *testing.T) {
|
||||
if goMinor >= 20 {
|
||||
tests = append(tests, testCase{"go1.20.go", "", ""})
|
||||
}
|
||||
if goMinor >= 21 {
|
||||
tests = append(tests, testCase{"go1.21.go", "", ""})
|
||||
}
|
||||
|
||||
for _, tc := range tests {
|
||||
name := tc.file
|
||||
|
||||
Reference in New Issue
Block a user