mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-11 18:25:40 +02:00
Bug 326900: Remove overridden tests no longer part of template tests.
This commit is contained in:
parent
64a95583ff
commit
e407a37b43
1 changed files with 1 additions and 12 deletions
|
@ -50,17 +50,10 @@ public class LRTemplateTests extends AST2TemplateTests {
|
|||
public void testTemplateParameterPacksAmbiguity_280909() throws Exception {}
|
||||
@Override
|
||||
public void testNonTypeTemplateParameterPack_280909() throws Exception {}
|
||||
@Override
|
||||
public void testTypeDeductForInitLists_302412() throws Exception {}
|
||||
|
||||
|
||||
|
||||
//the below test case are for C++0x features which are not included in XLC++ yet
|
||||
@Override
|
||||
public void testRValueReferences_1_294730() throws Exception {}
|
||||
@Override
|
||||
public void testRValueReferences_2_294730() throws Exception {}
|
||||
|
||||
public void testRValueReferences_1_294730() throws Exception {}
|
||||
@Override
|
||||
public void testVariadicTemplateExamples_280909a() throws Exception {}
|
||||
@Override
|
||||
|
@ -82,12 +75,8 @@ public class LRTemplateTests extends AST2TemplateTests {
|
|||
@Override
|
||||
public void testVariadicTemplateExamples_280909k() throws Exception {}
|
||||
@Override
|
||||
public void testVariadicTemplateExamples_280909m() throws Exception {}
|
||||
@Override
|
||||
public void testVariadicTemplateExamples_280909n() throws Exception {}
|
||||
@Override
|
||||
public void testVariadicTemplateExamples_280909o() throws Exception {}
|
||||
@Override
|
||||
public void testVariadicTemplateExamples_280909p() throws Exception {}
|
||||
@Override
|
||||
public void testVariadicTemplateExamples_280909q() throws Exception {}
|
||||
|
|
Loading…
Add table
Reference in a new issue