8352896: LambdaExpr02.java runs wrong test class

Reviewed-by: shade, jlahoda
This commit is contained in:
Zihao Lin 2025-03-28 13:19:23 +00:00 committed by Vicente Romero
parent c0b61d3b88
commit c029220379

View File

@ -28,7 +28,7 @@
* basic test for simple lambda expressions in multiple scopes
* @author Brian Goetz
* @author Maurizio Cimadamore
* @run main LambdaExpr01
* @run main LambdaExpr02
*/
public class LambdaExpr02 {