fix v.js test

pull/2460/head
Alexander Medvednikov 2019-10-20 20:52:31 +03:00
parent 3d6b936f38
commit 333f0ab89f
1 changed files with 0 additions and 1 deletions

View File

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