mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
test: add comment for assert bug in fn_test
This commit is contained in:
parent
3ca4f5fada
commit
830b1807c1
@ -141,6 +141,7 @@ fn test_anon_fn() {
|
||||
}
|
||||
f2res := f2(1)
|
||||
println('f2res == $f2res')
|
||||
// TODO/FIXME: assert bug? uncomment to see
|
||||
// assert f2res == 10
|
||||
|
||||
high_fn(fn (x int) int {
|
||||
|
Loading…
Reference in New Issue
Block a user