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:
@ -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) {
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user