Skip to content

Commit 0757d15

Browse files
committed
Add test for erased bootstrap.
1 parent 4a9d3c2 commit 0757d15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

byte-buddy-dep/src/test/java/net/bytebuddy/asm/AdviceTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ public void testErasedAdviceWithDelegationBootstrapped() throws Exception {
281281
Class<?> bootstrap = Class.forName("net.bytebuddy.test.precompiled.v7.AdviceBootstrapErased");
282282
Class<?> type = new ByteBuddy()
283283
.redefine(TypedAdviceDelegation.class)
284-
.visit(DebuggingWrapper.makeDefault())
285284
.visit(Advice.withCustomMapping().bootstrap(bootstrap.getMethod("bootstrap",
286285
JavaType.METHOD_HANDLES_LOOKUP.load(),
287286
String.class,

0 commit comments

Comments
 (0)