From 2c5fdf503da61cfb0f0073080253406b67ad5534 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Mon, 10 Oct 2016 12:53:19 -0700 Subject: [PATCH] Cosmetics Change-Id: I9dbbaa0a6bf634d3c1dd931369bc23d0aa683158 --- .../core/parser/tests/ast2/constexprevaluation/TestBase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/constexprevaluation/TestBase.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/constexprevaluation/TestBase.java index ca5399bb3f9..79694ecff1a 100644 --- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/constexprevaluation/TestBase.java +++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/constexprevaluation/TestBase.java @@ -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); }