1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: bump test retries for go_anon_fn_variable_call_test.v to 3

This commit is contained in:
Delyan Angelov 2022-04-25 10:32:30 +03:00
parent ddbe812f1b
commit 1291b621f6
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

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