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

Delyan Angelov 2022-05-03 20:42:12 +03:00 committed by Jef Roosens
parent f9c4cbdb15
commit 0badffe651
Signed by: Jef Roosens
GPG Key ID: B75D4F293C7052DB
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