From 8ed19fb591df3b1bb02c999c645d02b57f666d41 Mon Sep 17 00:00:00 2001 From: Doug Schaefer Date: Thu, 3 Mar 2011 19:16:01 +0000 Subject: Fix build error caused by deletion in superclass. --- .../src/org/eclipse/cdt/core/lrparser/tests/LRCPPTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lrparser') diff --git a/lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRCPPTests.java b/lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRCPPTests.java index f464ff278c0..89b16bc5bb9 100644 --- a/lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRCPPTests.java +++ b/lrparser/org.eclipse.cdt.core.lrparser.tests/src/org/eclipse/cdt/core/lrparser/tests/LRCPPTests.java @@ -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 -- cgit v1.2.3