mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cleanup temporary file
This commit is contained in:
parent
774369a532
commit
79b7c29c9c
1 changed files with 2 additions and 1 deletions
|
@ -77,7 +77,8 @@ public class AbstractSemanticHighlightingTest extends TestCase {
|
|||
"class SDKClass { public: SDKMethod(); };\n\n";
|
||||
|
||||
final File sdk= createExternalSDK(sdkCode);
|
||||
|
||||
sdk.deleteOnExit();
|
||||
|
||||
fCProject= EditorTestHelper.createCProject(PROJECT, LINKED_FOLDER);
|
||||
|
||||
importExternalSDK(sdk, fCProject);
|
||||
|
|
Loading…
Add table
Reference in a new issue