1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-09-10 12:03:16 +02:00

update test for previous fix for 93980

This commit is contained in:
Andrew Niefer 2005-05-18 21:10:11 +00:00
parent 9ae1ab54c8
commit de61454474

View file

@ -225,10 +225,7 @@ public class GCCCompleteParseExtensionsTest extends AST2BaseTest {
writer.write( " z; \n" ); //$NON-NLS-1$
writer.write( " }) zoot; \n" ); //$NON-NLS-1$
try {
parseGPP( writer.toString() ); // TODO Devin raised bug 93980
assertFalse(true);
} catch (Exception e) {}
parseGPP( writer.toString() ); // TODO Devin raised bug 93980
}
public void testBug75401() throws Exception