mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 14:42:11 +02:00
Problem with cygwin test was due to incomplete cygwin install
This commit is contained in:
parent
266447957f
commit
dd605da495
1 changed files with 0 additions and 5 deletions
|
@ -938,11 +938,6 @@ public class ErrorParserFileMatchingTest extends TestCase {
|
|||
return;
|
||||
}
|
||||
|
||||
// Consistently fails, and, yes, I do have Cygwin in my PATH
|
||||
if (System.getProperty("cdt.skip.known.test.failures") != null) { //$NON-NLS-1$
|
||||
return;
|
||||
}
|
||||
|
||||
assertTrue("usrIncludeWindowsPath=["+usrIncludeWindowsPath+"]",
|
||||
usrIncludeWindowsPath.charAt(1)==IPath.DEVICE_SEPARATOR);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue