mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-01 14:15:23 +02:00
made abstract to avoid instantiation by JUnit
This commit is contained in:
parent
3308a839d6
commit
4b81040dd2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ import org.eclipse.core.runtime.NullProgressMonitor;
|
|||
/**
|
||||
* 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";
|
||||
|
||||
protected IProject fTempProject;
|
||||
|
|
Loading…
Add table
Reference in a new issue