From 98c9e7dff0352f2c17d00ee331f85175174e81ec Mon Sep 17 00:00:00 2001 From: maxonfjvipon Date: Tue, 29 Aug 2023 15:39:22 +0300 Subject: [PATCH] fix(#2435): todo --- eo-runtime/src/test/eo/org/eolang/tuple-tests.eo | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/eo-runtime/src/test/eo/org/eolang/tuple-tests.eo b/eo-runtime/src/test/eo/org/eolang/tuple-tests.eo index ce9e032ba2..7b59380c9d 100644 --- a/eo-runtime/src/test/eo/org/eolang/tuple-tests.eo +++ b/eo-runtime/src/test/eo/org/eolang/tuple-tests.eo @@ -65,7 +65,9 @@ anArray.at 0 $.equal-to 100 -# @todo +# @todo #2435:30min Enable test with array-each. assert-that.array-each object +# uses memory. So after changing memory behaviour array-each started to work +# incorrectly. Need to fix the object and then enable the test [] > tuple-as-a-bound-attribute-size-2 * > anArray 1