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

master
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
1 changed files with 3 additions and 0 deletions

View File

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