Skip to content

Commit

Permalink
feat(objectionary#344): identify one more problem with references and…
Browse files Browse the repository at this point in the history
… their types
  • Loading branch information
volodya-lombrozo committed Aug 5, 2024
1 parent 14d3643 commit 810bf62
Show file tree
Hide file tree
Showing 2 changed files with 636 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/test/java/it/JeoAndOpeoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ void compilesDecompiled(final String path) {
"xmir/disassembled/DefaultRouterFunctionSpec.xmir",
"xmir/disassembled/SpringBootExceptionHandler$LoggedExceptionHandlerThreadLocal.xmir",
"xmir/disassembled/ApplicationContextAssertProvider.xmir",
"xmir/disassembled/Sum.xmir"
"xmir/disassembled/Sum.xmir",
"xmir/disassembled/ArrayBuilders.xmir",
})
void decompilesCompilesAndKeepsTheSameInstructions(final String path) throws Exception {
final XMLDocument original = new XMLDocument(new BytesOf(new ResourceOf(path)).asBytes());
Expand Down
Loading

0 comments on commit 810bf62

Please sign in to comment.