mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 18:24:06 +00:00
Keep -vet happy
This commit is contained in:
@@ -201,7 +201,7 @@ test_permutation_iterator :: proc(t: ^testing.T) {
|
||||
permutations_counted: int
|
||||
for slice.permute(&iter) {
|
||||
n := 0
|
||||
for item, index in s {
|
||||
for item in s {
|
||||
n *= 10
|
||||
n += item
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user