mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 14:55:41 +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";
|
"class SDKClass { public: SDKMethod(); };\n\n";
|
||||||
|
|
||||||
final File sdk= createExternalSDK(sdkCode);
|
final File sdk= createExternalSDK(sdkCode);
|
||||||
|
sdk.deleteOnExit();
|
||||||
|
|
||||||
fCProject= EditorTestHelper.createCProject(PROJECT, LINKED_FOLDER);
|
fCProject= EditorTestHelper.createCProject(PROJECT, LINKED_FOLDER);
|
||||||
|
|
||||||
importExternalSDK(sdk, fCProject);
|
importExternalSDK(sdk, fCProject);
|
||||||
|
|
Loading…
Add table
Reference in a new issue