1
0
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:
Alexander Medvednikov 2019-10-20 20:52:31 +03:00
parent 3d6b936f38
commit 333f0ab89f

View File

@ -39,5 +39,4 @@ pub fn (b mut Builder) cut(n int) {
}
pub fn (b mut Builder) free() {
free(b.buf.data)
}