1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Heuristics to update files after changes to a header (bug 171834)

This commit is contained in:
Markus Schorn 2007-11-27 09:30:56 +00:00
parent ee51245443
commit 47ca7060dc

View file

@ -496,7 +496,7 @@ public class IndexBugsTests extends BaseTestCase {
// // header.h // // header.h
// enum E {A,B,C}; // enum E {A,B,C};
public void _test171834() throws Exception { public void test171834() throws Exception {
waitForIndexer(); waitForIndexer();
ICProject cproject = CProjectHelper.createCCProject("seq1", "bin", IPDOMManager.ID_FAST_INDEXER); ICProject cproject = CProjectHelper.createCCProject("seq1", "bin", IPDOMManager.ID_FAST_INDEXER);