diff --git a/vlib/v/tests/go_array_wait_test.v b/vlib/v/tests/go_array_wait_test.v index d5513ca53c..cdf1686b3c 100644 --- a/vlib/v/tests/go_array_wait_test.v +++ b/vlib/v/tests/go_array_wait_test.v @@ -1,3 +1,5 @@ +// vtest retry: 3 + fn f(x f64) f64 { y := x * x return y