Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Apr 1, 2024
2 parents bb13a0b + 6662965 commit edbd72a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions eo-runtime/src/test/eo/org/eolang/int-tests.eo
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
+version 0.0.0

# Test.
# @todo #2931:30min Enable the test calculates-fibonacci-number-with-recursion. The test was
# disabled because for some reason it executes endlessly. Need to find what's wrong and enable the
# test.
[] > int-less-true
lt. > @
10
Expand Down Expand Up @@ -206,10 +203,9 @@
plus.
fibo (n.minus 1)
fibo (n.minus 2)
eq. > res
eq. > @
fibo 4
3
TRUE > @

# Test.
[] > calculates-fibonacci-number-with-tail
Expand Down

1 comment on commit edbd72a

@0pdd
Copy link

@0pdd 0pdd commented on edbd72a Apr 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 2931-73a24c24 disappeared from eo-runtime/src/test/eo/org/eolang/int-tests.eo), that's why I closed #3004. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

Please sign in to comment.