From 830b1807c16bcc95a97ca0ec12888d0aa856d963 Mon Sep 17 00:00:00 2001 From: joe-conigliaro Date: Wed, 22 Apr 2020 18:47:46 +1000 Subject: [PATCH] test: add comment for assert bug in fn_test --- vlib/v/tests/fn_test.v | 1 + 1 file changed, 1 insertion(+) diff --git a/vlib/v/tests/fn_test.v b/vlib/v/tests/fn_test.v index b6d8dbd620..b93890471d 100644 --- a/vlib/v/tests/fn_test.v +++ b/vlib/v/tests/fn_test.v @@ -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 {