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

Mark testcases for bug 172454 as failing.

This commit is contained in:
Markus Schorn 2007-02-01 10:52:24 +00:00
parent b782b390c5
commit 4df2b25a8b

View file

@ -399,7 +399,7 @@ public class IndexBugsTests extends BaseTestCase {
// typedef struct S20070201 { // typedef struct S20070201 {
// int a; // int a;
// } S20070201; // } S20070201;
public void test172454_1() throws Exception { public void _test172454_1() throws Exception {
waitForIndexer(); waitForIndexer();
String content= getContentsForTest(1)[0].toString(); String content= getContentsForTest(1)[0].toString();
@ -434,7 +434,7 @@ public class IndexBugsTests extends BaseTestCase {
// typedef struct S20070201 { // typedef struct S20070201 {
// int a; // int a;
// } S20070201; // } S20070201;
public void test172454_2() throws Exception { public void _test172454_2() throws Exception {
waitForIndexer(); waitForIndexer();
String content= getContentsForTest(1)[0].toString(); String content= getContentsForTest(1)[0].toString();