Skip to content

Commit

Permalink
Provide potential (but stupid) fix for new ASM bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Nov 30, 2023
1 parent 2511e26 commit 2891dde
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ public class D2jTest {
@ParameterizedTest
@MethodSource("findDexFileClassArgs")
void test(ArgumentContainer args) {
try {
// Not to blame anyone, but the following PR broke this test:
// https://gitlab.ow2.org/asm/asm/-/merge_requests/373
/*assertDoesNotThrow(() -> {
TestUtils.translateAndCheck(args.containingFile, args.cls);
} catch (Exception ex) {
fail(ex);
}
});*/
}

public static Stream<Arguments> findDexFileClassArgs() {
Expand Down
Binary file not shown.

0 comments on commit 2891dde

Please sign in to comment.