< prev index next >

test/runtime/SelectionResolution/NoSuchMethodErrorTest.java

Print this page

        

@@ -25,11 +25,10 @@
  * @test
  * @summary Test of method selection and resolution cases that
  * generate NoSuchMethodError
  * @modules java.base/jdk.internal.org.objectweb.asm
  * @library /runtime/SelectionResolution/classes
- * @build selectionresolution.*
  * @run main NoSuchMethodErrorTest
  */
 
 import java.util.Arrays;
 import java.util.Collection;
< prev index next >