8261937: LambdaForClassInBaseArchive: SimpleApp$$Lambda$1 missing
Reviewed-by: iklam, dcubed
This commit is contained in:
parent
2218e7268e
commit
3212f80a80
@ -75,7 +75,7 @@ public class LambdaForClassInBaseArchive extends DynamicArchiveTestBase {
|
||||
appClass, "lambda")
|
||||
.assertNormalExit(out -> {
|
||||
out.shouldHaveExitValue(0)
|
||||
.shouldContain("Archiving hidden SimpleApp$$Lambda$1");
|
||||
.shouldMatch("Archiving hidden SimpleApp[$][$]Lambda[$][\\d+]*");
|
||||
});
|
||||
|
||||
// Run with both base and dynamic archives. The SimpleApp class
|
||||
|
Loading…
x
Reference in New Issue
Block a user