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:
parent
f704e4f129
commit
8ed19fb591
1 changed files with 2 additions and 2 deletions
|
@ -89,8 +89,6 @@ public class LRCPPTests extends AST2CPPTests {
|
||||||
@Override
|
@Override
|
||||||
public void testBug332114a() throws Exception {}
|
public void testBug332114a() throws Exception {}
|
||||||
@Override
|
@Override
|
||||||
public void testAutoTypeInRangeBasedFor_332883() throws Exception {}
|
|
||||||
@Override
|
|
||||||
public void testResolutionInTrailingReturnType_333256() throws Exception {}
|
public void testResolutionInTrailingReturnType_333256() throws Exception {}
|
||||||
|
|
||||||
//DeclType
|
//DeclType
|
||||||
|
@ -98,7 +96,9 @@ public class LRCPPTests extends AST2CPPTests {
|
||||||
public void testDeclType_294730() throws Exception {}
|
public void testDeclType_294730() throws Exception {}
|
||||||
|
|
||||||
//Defaulted and deleted functions
|
//Defaulted and deleted functions
|
||||||
|
@Override
|
||||||
public void testDefaultedAndDeletedFunctions_305978() throws Exception {}
|
public void testDefaultedAndDeletedFunctions_305978() throws Exception {}
|
||||||
|
@Override
|
||||||
public void testDefaultedAndDeletedFunctions_305978b() throws Exception {}
|
public void testDefaultedAndDeletedFunctions_305978b() throws Exception {}
|
||||||
|
|
||||||
//Inline namespaces
|
//Inline namespaces
|
||||||
|
|
Loading…
Add table
Reference in a new issue