< prev index next >

test/com/sun/jdi/LambdaStepTest.java

Print this page
rev 16783 : 8176176: fix @modules in jdk_svc tests
Reviewed-by: duke

@@ -22,14 +22,12 @@
  */
 
 /**
  *  @test
  *  @summary Test stepping through lambdas
- *
  *  @author Staffan Larsen
  *
- *  @modules jdk.jdi
  *  @run build TestScaffold VMConnection TargetListener TargetAdapter
  *  @run compile -g LambdaStepTest.java
  *  @run driver LambdaStepTest
  */
 import com.sun.jdi.LocalVariable;
< prev index next >