mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 23:05:47 +02:00
Cleanup temporary file
This commit is contained in:
parent
774369a532
commit
79b7c29c9c
1 changed files with 2 additions and 1 deletions
|
@ -77,6 +77,7 @@ 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);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue