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 8, 2024
2 parents e77c505 + 02fa132 commit deab685
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions eo-runtime/src/test/java/EOorg/EOeolang/EOcageTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.parallel.Execution;
import org.junit.jupiter.api.parallel.ExecutionMode;

/**
* Test case for {@link EOcage}.
Expand Down Expand Up @@ -277,6 +279,7 @@ private static void writeTo(final Phi cage, final Phi obj) {
* @since 0.1
*/
@Nested
@Execution(ExecutionMode.SAME_THREAD)
class RecursionTests {

/**
Expand Down

0 comments on commit deab685

Please sign in to comment.