1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

Adjusted a test name based on Nathan's suggestion.

This commit is contained in:
Sergey Prigogin 2014-03-11 08:56:14 -07:00
parent 95c8e7ffdd
commit f184e96fe7

View file

@ -7378,7 +7378,7 @@ public class AST2TemplateTests extends AST2TestBase {
// typename enable_if<A<U>::value>::type waldo();
//
// auto x = waldo<int>;
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<A<U>::value>::type waldo();
//
// auto x = waldo<int>;
public void testSfinaeWhenResolvingAddressOfFunction_429928b() throws Exception {
public void testSfinaeInNonTypeTemplateParameter_429928() throws Exception {
parseAndCheckBindings();
}