mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-16 19:03:22 +00:00
8013256: javac test failing after Lambda changes to java.util.List
Reviewed-by: mduigou
This commit is contained in:
parent
cdf9c2dc11
commit
2c4b48dced
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -93,7 +93,7 @@ public class TestJavacTaskScanner extends ToolTester {
|
||||
System.out.println("#allMembers: " + numAllMembers);
|
||||
|
||||
check(numTokens, "#Tokens", 1222);
|
||||
check(numParseTypeElements, "#parseTypeElements", 136);
|
||||
check(numParseTypeElements, "#parseTypeElements", 158);
|
||||
check(numAllMembers, "#allMembers", 52);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user