mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vlib,cgen: cleanup array inits using `.repeat() instead of new init syntax
This commit is contained in:
@ -1,7 +1,6 @@
|
||||
import bitfield
|
||||
|
||||
import rand
|
||||
import time
|
||||
|
||||
fn test_bf_new_size() {
|
||||
instance := bitfield.new(75)
|
||||
|
Reference in New Issue
Block a user