Skip to content

Commit

Permalink
Remove printout.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Oct 15, 2024
1 parent a47761a commit 38b91ad
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ public void testIdentityField() throws Exception {
.defineField(FOO, Object.class, Visibility.PUBLIC)
.method(isEquals())
.intercept(EqualsMethod.isolated().withIdentityFields(named(FOO)))
.visit(DebuggingWrapper.makeDefault(true))
.make()
.load(ClassLoadingStrategy.BOOTSTRAP_LOADER, ClassLoadingStrategy.Default.WRAPPER);
assertThat(loaded.getLoadedAuxiliaryTypes().size(), is(0));
Expand Down

0 comments on commit 38b91ad

Please sign in to comment.