1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 00:45:28 +02:00

Bug 177917 - Implement delegates so that using types and such work.

This commit is contained in:
Doug Schaefer 2007-06-06 22:33:02 +00:00
parent 03d085016c
commit 97504b356a

View file

@ -220,7 +220,8 @@ public class NamespaceTests extends PDOMTestBase {
assertEquals(0, decls.length);
//TODO: should this be 2?
//Doug: Not sure but we're at one now...
IName[] refs = pdom.findNames(variable1, IIndex.FIND_REFERENCES);
assertEquals(0, refs.length);
assertEquals(1, refs.length);
}
}