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

tests: add // vtest flaky: true to atomic_test.v

This commit is contained in:
Delyan Angelov 2022-05-03 20:42:12 +03:00
parent 63eacede95
commit 04a77c731e
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -1,5 +1,8 @@
import time import time
// vtest flaky: true
// vtest retry: 3
struct App { struct App {
mut: mut:
idx atomic int idx atomic int