mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
fix parser_test.v and string_test.v
This commit is contained in:
@@ -493,7 +493,7 @@ fn test_interpolation() {
|
||||
}
|
||||
|
||||
fn test_bytes_to_string() {
|
||||
mut buf := calloc(10)
|
||||
mut buf := vcalloc(10)
|
||||
buf[0] = `h`
|
||||
buf[1] = `e`
|
||||
buf[2] = `l`
|
||||
|
Reference in New Issue
Block a user