mirror of
https://github.com/vsariola/sointu.git
synced 2025-07-23 07:24:47 -04:00
drafting
This commit is contained in:
parent
5a11b290a2
commit
0d21afa2c1
@ -239,7 +239,7 @@ func (s *modelFuzzState) IterateTable(name string, table tracker.Table, yield fu
|
||||
table.Fill(seed % 16)
|
||||
})
|
||||
yield(name+".Add", func(p string, t *testing.T) {
|
||||
table.Add(seed % 16)
|
||||
table.Add((seed>>1)%16, seed%2 == 0)
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user