mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-08 02:06:01 +02:00
Adjusted a test name based on Nathan's suggestion.
This commit is contained in:
parent
95c8e7ffdd
commit
f184e96fe7
1 changed files with 2 additions and 2 deletions
|
@ -7378,7 +7378,7 @@ public class AST2TemplateTests extends AST2TestBase {
|
||||||
// typename enable_if<A<U>::value>::type waldo();
|
// typename enable_if<A<U>::value>::type waldo();
|
||||||
//
|
//
|
||||||
// auto x = waldo<int>;
|
// auto x = waldo<int>;
|
||||||
public void testSfinaeWhenResolvingAddressOfFunction_429928a() throws Exception {
|
public void testSfinaeWhenResolvingAddressOfFunction_429928() throws Exception {
|
||||||
parseAndCheckBindings();
|
parseAndCheckBindings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -7400,7 +7400,7 @@ public class AST2TemplateTests extends AST2TestBase {
|
||||||
// typename enable_if<A<U>::value>::type waldo();
|
// typename enable_if<A<U>::value>::type waldo();
|
||||||
//
|
//
|
||||||
// auto x = waldo<int>;
|
// auto x = waldo<int>;
|
||||||
public void testSfinaeWhenResolvingAddressOfFunction_429928b() throws Exception {
|
public void testSfinaeInNonTypeTemplateParameter_429928() throws Exception {
|
||||||
parseAndCheckBindings();
|
parseAndCheckBindings();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue