mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 17:56:01 +02:00
Cosmetics.
This commit is contained in:
parent
c5ef494d1f
commit
facea6db02
2 changed files with 2 additions and 3 deletions
|
@ -43,8 +43,7 @@ public class IndexTestBase extends BaseTestCase {
|
|||
String name= "IndexTest_" + System.currentTimeMillis();
|
||||
if (useCpp) {
|
||||
result[0]= CProjectHelper.createCCProject(name, null, IPDOMManager.ID_NO_INDEXER);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
result[0]= CProjectHelper.createCProject(name, null, IPDOMManager.ID_NO_INDEXER);
|
||||
}
|
||||
CProjectHelper.importSourcesFromPlugin(result[0], CTestPlugin.getDefault().getBundle(), importSource);
|
||||
|
|
Loading…
Add table
Reference in a new issue