Skip to content

Commit

Permalink
Merge branch 'fix/objectionary#3057/right-design-of-cage' into fix/ob…
Browse files Browse the repository at this point in the history
…jectionary#3071/malloc-reads-with-offset-and-length
  • Loading branch information
maxonfjvipon committed Apr 10, 2024
2 parents d33990e + 42e1e46 commit 1397697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .codacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ exclude_paths:
- "eo-runtime/src/main/java/EOorg/EOeolang/Cages.java"
- "eo-runtime/src/main/java/EOorg/EOeolang/EOcage$EOencaged$EOφ.java"
- "eo-runtime/src/main/java/EOorg/EOeolang/EOcage$φ.java"
- "eo-runtime/src/test/java/EOorg/EOeolang/CagesTest.java"
2 changes: 1 addition & 1 deletion eo-runtime/src/test/java/EOorg/EOeolang/CagesTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ void initializesObjectForTheFirstTime() {
@Test
void rencagesTheSameObject() {
final Phi phi = new PhFake();
final int locator = Cages.INSTANCE.init(phi);
Cages.INSTANCE.init(phi);
Assertions.assertDoesNotThrow(
() -> Cages.INSTANCE.init(phi)
);
Expand Down

0 comments on commit 1397697

Please sign in to comment.