mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix v.js test
This commit is contained in:
parent
3d6b936f38
commit
333f0ab89f
@ -39,5 +39,4 @@ pub fn (b mut Builder) cut(n int) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn (b mut Builder) free() {
|
pub fn (b mut Builder) free() {
|
||||||
free(b.buf.data)
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user