Skip to content

Commit

Permalink
Add test for erased bootstrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jan 17, 2025
1 parent 4a9d3c2 commit 0757d15
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ public void testErasedAdviceWithDelegationBootstrapped() throws Exception {
Class<?> bootstrap = Class.forName("net.bytebuddy.test.precompiled.v7.AdviceBootstrapErased");
Class<?> type = new ByteBuddy()
.redefine(TypedAdviceDelegation.class)
.visit(DebuggingWrapper.makeDefault())
.visit(Advice.withCustomMapping().bootstrap(bootstrap.getMethod("bootstrap",
JavaType.METHOD_HANDLES_LOOKUP.load(),
String.class,
Expand Down

0 comments on commit 0757d15

Please sign in to comment.