diff --git a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2TemplateTests.java b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2TemplateTests.java index 043614ad7eb..6a650ca9ad2 100644 --- a/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2TemplateTests.java +++ b/core/org.eclipse.cdt.core.tests/parser/org/eclipse/cdt/core/parser/tests/ast2/AST2TemplateTests.java @@ -5256,7 +5256,7 @@ public class AST2TemplateTests extends AST2BaseTest { // void test() { // P(C()); // } - public void _testFunctionInstanceAsTemplateArg_Bug334472() throws Exception { + public void testFunctionInstanceAsTemplateArg_Bug334472() throws Exception { parseAndCheckBindings(); }