Skip to content

Commit

Permalink
Fix test.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jul 15, 2021
1 parent db17735 commit db7c2e1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,6 @@ public void testMethodHandleLookup() {
JavaDispatcher.of(MethodHandles.class, null, generate).run().lookup();
}

@Test(expected = IllegalAccessException.class)
public void testInvokerNotCreatable() throws Exception {
JavaDispatcher.Invoker.Unsafe.class.getDeclaredConstructor().newInstance();
}

@Test
@JavaVersionRule.Enforce(9)
public void testCallerNotLeakingContext() throws Exception {
Expand Down

0 comments on commit db7c2e1

Please sign in to comment.