1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix build error caused by deletion in superclass.

This commit is contained in:
Doug Schaefer 2011-03-03 19:16:01 +00:00
parent f704e4f129
commit 8ed19fb591

View file

@ -89,8 +89,6 @@ public class LRCPPTests extends AST2CPPTests {
@Override
public void testBug332114a() throws Exception {}
@Override
public void testAutoTypeInRangeBasedFor_332883() throws Exception {}
@Override
public void testResolutionInTrailingReturnType_333256() throws Exception {}
//DeclType
@ -98,7 +96,9 @@ public class LRCPPTests extends AST2CPPTests {
public void testDeclType_294730() throws Exception {}
//Defaulted and deleted functions
@Override
public void testDefaultedAndDeletedFunctions_305978() throws Exception {}
@Override
public void testDefaultedAndDeletedFunctions_305978b() throws Exception {}
//Inline namespaces