mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +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 {
|
||||
ICPPASTInitializerClause point = getLastDeclarationInitializer();
|
||||
ICPPEvaluation evaluation = ((ICPPEvaluationOwner)point).getEvaluation();
|
||||
ICPPEvaluation evaluation = ((ICPPEvaluationOwner) point).getEvaluation();
|
||||
return evaluation.getValue(point);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue