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:
parent
ee51245443
commit
47ca7060dc
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue