From f184e96fe75a98eaa75d552da085b6c42b0eb197 Mon Sep 17 00:00:00 2001 From: Sergey Prigogin Date: Tue, 11 Mar 2014 08:56:14 -0700 Subject: [PATCH] Adjusted a test name based on Nathan's suggestion. --- .../eclipse/cdt/core/parser/tests/ast2/AST2TemplateTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(); }