mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Improves robusteness of Call Hierarchy tests
This commit is contained in:
parent
f234a522db
commit
15faf5048a
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ public class CallHierarchyBaseTest extends BaseTestCase {
|
|||
|
||||
protected void tearDown() throws CoreException {
|
||||
if (fCProject != null) {
|
||||
fCProject.getProject().delete(IProject.FORCE | IProject.ALWAYS_DELETE_PROJECT_CONTENT, new NullProgressMonitor());
|
||||
CProjectHelper.delete(fCProject);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue