mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-09 17:25:38 +02:00
Consistent capitalization of SFINAE in test names.
This commit is contained in:
parent
78c1d3237b
commit
d3793be6d1
1 changed files with 5 additions and 5 deletions
|
@ -6339,7 +6339,7 @@ public class AST2TemplateTests extends AST2TestBase {
|
|||
// };
|
||||
//
|
||||
// typedef A<C> type;
|
||||
public void testSFINAE_a() throws Exception {
|
||||
public void testSfinae_a() throws Exception {
|
||||
parseAndCheckBindings();
|
||||
}
|
||||
|
||||
|
@ -6371,7 +6371,7 @@ public class AST2TemplateTests extends AST2TestBase {
|
|||
// A<double>::get();
|
||||
// A<int>::get();
|
||||
// }
|
||||
public void testSFINAE_b() throws Exception {
|
||||
public void testSfinae_b() throws Exception {
|
||||
parseAndCheckBindings();
|
||||
}
|
||||
|
||||
|
@ -7304,7 +7304,7 @@ public class AST2TemplateTests extends AST2TestBase {
|
|||
// int main() {
|
||||
// foo(S());
|
||||
// }
|
||||
public void testSFINAEInDefaultArgument() throws Exception {
|
||||
public void testSfinaeInDefaultArgument() throws Exception {
|
||||
parseAndCheckBindings();
|
||||
}
|
||||
|
||||
|
@ -7325,7 +7325,7 @@ public class AST2TemplateTests extends AST2TestBase {
|
|||
// };
|
||||
//
|
||||
// const bool B = has_type<int>::value;
|
||||
public void testSFINAEInNestedTypeInTemplateArgument_402257() throws Exception {
|
||||
public void testSfinaeInNestedTypeInTemplateArgument_402257() throws Exception {
|
||||
BindingAssertionHelper helper = new BindingAssertionHelper(getAboveComment(), true);
|
||||
ICPPVariable B = helper.assertNonProblem("B");
|
||||
Long val = B.getInitialValue().numericalValue();
|
||||
|
@ -7354,7 +7354,7 @@ public class AST2TemplateTests extends AST2TestBase {
|
|||
// S waldo;
|
||||
// A() : waldo(B{}) {}
|
||||
// };
|
||||
public void testSFINAEInTemplatedConversionOperator_409056() throws Exception {
|
||||
public void testSfinaeInTemplatedConversionOperator_409056() throws Exception {
|
||||
parseAndCheckImplicitNameBindings();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue