Skip to content

Commit

Permalink
Merge branch '__rultor'
Browse files Browse the repository at this point in the history
  • Loading branch information
rultor committed Mar 21, 2024
2 parents 3d335b7 + 22c608f commit 8e914d7
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions eo-runtime/src/test/eo/org/eolang/try-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 try tests. The tests were disabled because they stopped working
# when \rho attribute became immutable. Need to find out what's going on and enable them.
# Tests: try-memory-update
[] > simple-division-by-zero
try > @
[]
Expand Down Expand Up @@ -89,7 +86,7 @@
# Test.
[] > try-memory-update
memory 0 > m
eq. > res
eq. > @
seq
*
m.write 1
Expand All @@ -100,8 +97,7 @@
e > @
nop
m.as-int
3
TRUE > @
2

# Test.
[] > try-memory-update-catch
Expand Down

1 comment on commit 8e914d7

@0pdd
Copy link

@0pdd 0pdd commented on 8e914d7 Mar 21, 2024

Choose a reason for hiding this comment

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

Puzzle 2931-a76712ab disappeared from eo-runtime/src/test/eo/org/eolang/try-tests.eo), that's why I closed #2974. 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.