1
0
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:
joe-conigliaro 2020-04-22 18:47:46 +10:00
parent 3ca4f5fada
commit 830b1807c1
No known key found for this signature in database
GPG Key ID: C12F7136C08206F1

View File

@ -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 {