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 1d07da7e667..f93e2a4bf87 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 @@ -7378,7 +7378,7 @@ public class AST2TemplateTests extends AST2TestBase { // typename enable_if::value>::type waldo(); // // auto x = waldo; - public void testSfinaeWhenResolvingAddressOfFunction_429928a() throws Exception { + public void testSfinaeWhenResolvingAddressOfFunction_429928() throws Exception { parseAndCheckBindings(); } @@ -7400,7 +7400,7 @@ public class AST2TemplateTests extends AST2TestBase { // typename enable_if::value>::type waldo(); // // auto x = waldo; - public void testSfinaeWhenResolvingAddressOfFunction_429928b() throws Exception { + public void testSfinaeInNonTypeTemplateParameter_429928() throws Exception { parseAndCheckBindings(); }