Skip to content

Commit

Permalink
Update jadx-core/src/test/java/jadx/tests/integration/trycatch/TestUn…
Browse files Browse the repository at this point in the history
…reachableCatch2.java
  • Loading branch information
skylot authored Feb 4, 2024
1 parent 3b30d00 commit c71ab28
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public void close() throws IOException {

@Test
public void test() {
allowWarnInCode();
setFallback();
// TODO: result code not compilable because of 'break' after 'throw'
disableCompilation();
String code = getClassNode(UnusedExceptionHandlers1.class).getCode().toString();
assertThat(code, containsString("IOException"));
}
Expand Down

0 comments on commit c71ab28

Please sign in to comment.