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:
parent
9ae1ab54c8
commit
de61454474
1 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue