1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 14:42:11 +02:00

bug 330941: Xlc error parser can't figure out that file name is in quotes

This commit is contained in:
Andrew Gvozdev 2010-11-23 17:09:21 +00:00
parent d731ae4f20
commit 49de2e7452

View file

@ -14,7 +14,7 @@ import junit.framework.TestCase;
import org.eclipse.cdt.core.IMarkerGenerator;
public class TestMacroRedefinition extends TestCase {
public class TestRedefinition extends TestCase {
/**
* This function tests parseLine function of the
* XlcErrorParser class. The second message generated by
@ -55,7 +55,7 @@ public class TestMacroRedefinition extends TestCase {
assertEquals(17, aix.getLineNumber(3));
assertEquals(IMarkerGenerator.SEVERITY_WARNING, aix.getSeverity(3));
}
public TestMacroRedefinition( String name)
public TestRedefinition( String name)
{
super(name);
}