1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 21:05:37 +02:00

made abstract to avoid instantiation by JUnit

This commit is contained in:
Andrew Gvozdev 2009-11-16 22:27:11 +00:00
parent 3308a839d6
commit 4b81040dd2

View file

@ -33,7 +33,7 @@ import org.eclipse.core.runtime.NullProgressMonitor;
/** /**
* This test is designed to exercise the error parser capabilities. * This test is designed to exercise the error parser capabilities.
*/ */
public class GenericErrorParserTests extends TestCase { public abstract class GenericErrorParserTests extends TestCase {
public static final String GCC_ERROR_PARSER_ID = "org.eclipse.cdt.core.GCCErrorParser"; public static final String GCC_ERROR_PARSER_ID = "org.eclipse.cdt.core.GCCErrorParser";
protected IProject fTempProject; protected IProject fTempProject;