mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
Cosmetics
Change-Id: I9dbbaa0a6bf634d3c1dd931369bc23d0aa683158
This commit is contained in:
parent
59f5c157aa
commit
2c5fdf503d
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ public class TestBase extends IndexBindingResolutionTestBase {
|
||||||
|
|
||||||
private IValue getValue() throws Exception {
|
private IValue getValue() throws Exception {
|
||||||
ICPPASTInitializerClause point = getLastDeclarationInitializer();
|
ICPPASTInitializerClause point = getLastDeclarationInitializer();
|
||||||
ICPPEvaluation evaluation = ((ICPPEvaluationOwner)point).getEvaluation();
|
ICPPEvaluation evaluation = ((ICPPEvaluationOwner) point).getEvaluation();
|
||||||
return evaluation.getValue(point);
|
return evaluation.getValue(point);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue