1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-25 09:55:29 +02:00

Removed warnings

This commit is contained in:
John Camelon 2005-04-06 14:57:07 +00:00
parent 8c0c35970b
commit 627c60e181
2 changed files with 1 additions and 4 deletions

View file

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

View file

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