mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8087349: Test tools/sjavac/IncCompInheritance.java is failing
Refactoring of Dependencies framework. Reviewed-by: mcimadamore
This commit is contained in:
parent
574f2d4b2d
commit
200d75bd08
5 changed files with 104 additions and 228 deletions
|
@ -193,11 +193,6 @@ public class DependenciesTest {
|
|||
inProcess.push(null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void push(AttributionKind ak, JCTree t) {
|
||||
inProcess.push(null);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void pop() {
|
||||
inProcess.pop();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue