mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-09 02:36:01 +02:00
Mark testcases for bug 172454 as failing.
This commit is contained in:
parent
b782b390c5
commit
4df2b25a8b
1 changed files with 2 additions and 2 deletions
|
@ -399,7 +399,7 @@ public class IndexBugsTests extends BaseTestCase {
|
|||
// typedef struct S20070201 {
|
||||
// int a;
|
||||
// } S20070201;
|
||||
public void test172454_1() throws Exception {
|
||||
public void _test172454_1() throws Exception {
|
||||
waitForIndexer();
|
||||
String content= getContentsForTest(1)[0].toString();
|
||||
|
||||
|
@ -434,7 +434,7 @@ public class IndexBugsTests extends BaseTestCase {
|
|||
// typedef struct S20070201 {
|
||||
// int a;
|
||||
// } S20070201;
|
||||
public void test172454_2() throws Exception {
|
||||
public void _test172454_2() throws Exception {
|
||||
waitForIndexer();
|
||||
String content= getContentsForTest(1)[0].toString();
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue