1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

fix fn_test.v and urllib.v

This commit is contained in:
Alexander Medvednikov
2019-08-05 03:31:22 +02:00
parent 350e13679c
commit 8d3617b3de
2 changed files with 4 additions and 4 deletions

View File

@ -106,7 +106,7 @@ fn test_mut_ptr() {
assert buf[0] == 77
}
fn test_high_fn(f fn(int) int) {
fn high_fn(f fn(int) int) {
}