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:
parent
d731ae4f20
commit
49de2e7452
1 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ import junit.framework.TestCase;
|
||||||
|
|
||||||
import org.eclipse.cdt.core.IMarkerGenerator;
|
import org.eclipse.cdt.core.IMarkerGenerator;
|
||||||
|
|
||||||
public class TestMacroRedefinition extends TestCase {
|
public class TestRedefinition extends TestCase {
|
||||||
/**
|
/**
|
||||||
* This function tests parseLine function of the
|
* This function tests parseLine function of the
|
||||||
* XlcErrorParser class. The second message generated by
|
* XlcErrorParser class. The second message generated by
|
||||||
|
@ -55,7 +55,7 @@ public class TestMacroRedefinition extends TestCase {
|
||||||
assertEquals(17, aix.getLineNumber(3));
|
assertEquals(17, aix.getLineNumber(3));
|
||||||
assertEquals(IMarkerGenerator.SEVERITY_WARNING, aix.getSeverity(3));
|
assertEquals(IMarkerGenerator.SEVERITY_WARNING, aix.getSeverity(3));
|
||||||
}
|
}
|
||||||
public TestMacroRedefinition( String name)
|
public TestRedefinition( String name)
|
||||||
{
|
{
|
||||||
super(name);
|
super(name);
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue