mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: fix some warnings in preparation for -W test-self
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
module atomic2
|
||||
|
||||
import sync
|
||||
|
||||
/*
|
||||
Implements the atomic operations. For now TCC does not support
|
||||
the atomic versions on nix so it uses locks to simulate the same behavor.
|
||||
|
@@ -35,7 +35,6 @@ fn test_select() {
|
||||
go do_send_int2(chi)
|
||||
go do_send_int3(chi)
|
||||
mut sum := i64(0)
|
||||
mut rl := i64(0)
|
||||
mut sl := i64(0)
|
||||
for _ in 0 .. 60000 + recch.cap {
|
||||
select {
|
||||
|
Reference in New Issue
Block a user