From ffae37db038abb5992d15df5d34fa3152b9f997a Mon Sep 17 00:00:00 2001 From: Roman Korostinskiy <70313618+c71n93@users.noreply.github.com> Date: Thu, 11 Apr 2024 19:40:03 +0300 Subject: [PATCH] #2834 enable test that didn't work before --- eo-runtime/src/test/eo/org/eolang/seq-tests.eo | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eo-runtime/src/test/eo/org/eolang/seq-tests.eo b/eo-runtime/src/test/eo/org/eolang/seq-tests.eo index eff87feab5..9709c88d89 100644 --- a/eo-runtime/src/test/eo/org/eolang/seq-tests.eo +++ b/eo-runtime/src/test/eo/org/eolang/seq-tests.eo @@ -142,7 +142,7 @@ # Test. [] > seq-single-dataization-int-equal-to-cache-problem-test (memory 0).alloc > x - eq. > nop + eq. > @ seq * at. @@ -151,4 +151,3 @@ x.write (x.as-int.plus 1) x.as-int 1 - TRUE > @