mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
due to changes in CPRojectHelper
This commit is contained in:
parent
e05e298eb2
commit
8104889038
1 changed files with 1 additions and 6 deletions
|
@ -32,7 +32,6 @@ import org.eclipse.cdt.internal.core.model.TranslationUnit;
|
|||
import org.eclipse.cdt.internal.core.search.indexing.IndexManager;
|
||||
import org.eclipse.cdt.internal.ui.text.contentassist.CCompletionProcessor;
|
||||
import org.eclipse.cdt.testplugin.CProjectHelper;
|
||||
import org.eclipse.core.internal.resources.ResourceException;
|
||||
import org.eclipse.core.resources.IFile;
|
||||
import org.eclipse.core.resources.IProject;
|
||||
import org.eclipse.core.resources.IProjectDescription;
|
||||
|
@ -113,11 +112,7 @@ public abstract class CompletionProposalsBaseTest extends TestCase{
|
|||
}
|
||||
|
||||
protected void tearDown() {
|
||||
try{
|
||||
CProjectHelper.delete(fCProject);
|
||||
}
|
||||
catch (ResourceException e) {}
|
||||
catch (CoreException e) {}
|
||||
CProjectHelper.delete(fCProject);
|
||||
}
|
||||
|
||||
public void testCompletionProposals(){
|
||||
|
|
Loading…
Add table
Reference in a new issue