1
0
Fork 0
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:
Markus Schorn 2010-10-05 07:54:40 +00:00
parent 64a95583ff
commit e407a37b43

View file

@ -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 {}
@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 {}