mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
all: change single blank comment to blank line (#22016)
This commit is contained in:
parent
793b66d8d5
commit
19f080ffb8
147 changed files with 319 additions and 339 deletions
|
@ -1241,7 +1241,7 @@ fn test_push_arr_string_free() {
|
|||
lines << s
|
||||
// make sure the data in the array is valid after freeing the string
|
||||
unsafe { s.free() }
|
||||
//
|
||||
|
||||
println(lines)
|
||||
assert lines.len == 2
|
||||
assert lines[0] == 'hi'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue