mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 09:55:29 +02:00
Removed warnings
This commit is contained in:
parent
8c0c35970b
commit
627c60e181
2 changed files with 1 additions and 4 deletions
|
@ -185,7 +185,7 @@ public class FileBasePluginTest extends TestCase {
|
|||
|
||||
return folder;
|
||||
}
|
||||
protected IFile importFile(String fileName, String contents ) throws Exception{
|
||||
public IFile importFile(String fileName, String contents ) throws Exception{
|
||||
//Obtain file handle
|
||||
IFile file = project.getProject().getFile(fileName);
|
||||
|
||||
|
|
|
@ -10,9 +10,6 @@
|
|||
*******************************************************************************/
|
||||
package org.eclipse.cdt.core.parser.tests.ast2;
|
||||
|
||||
import junit.framework.Test;
|
||||
import junit.framework.TestSuite;
|
||||
|
||||
import org.eclipse.cdt.core.dom.CDOM;
|
||||
import org.eclipse.cdt.core.dom.IASTServiceProvider.UnsupportedDialectException;
|
||||
import org.eclipse.cdt.core.dom.ast.IASTTranslationUnit;
|
||||
|
|
Loading…
Add table
Reference in a new issue