1
0
Fork 0
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:
Markus Schorn 2006-09-27 14:57:48 +00:00
parent f234a522db
commit 15faf5048a

View file

@ -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);
}
}