ci: bump test retries for go_anon_fn_variable_call_test.v to 3

Delyan Angelov 2022-04-25 10:32:30 +03:00 committed by Jef Roosens
parent 2134fb3e3e
commit b849651197
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
// vtest retry: 3
fn sum1(a int, b int) int {
sum_func1 := fn (a int, b int) int {
return a + b