1
0
Fork 0
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:
Anton Leherbauer 2007-04-06 12:44:45 +00:00
parent 774369a532
commit 79b7c29c9c

View file

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