mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Cosmetics.
This commit is contained in:
parent
4167f6cefd
commit
c479c6ccb7
1 changed files with 208 additions and 207 deletions
|
@ -69,6 +69,7 @@ import org.eclipse.core.runtime.CoreException;
|
|||
* Tests for exercising resolution of template bindings against IIndex
|
||||
*/
|
||||
public class IndexCPPTemplateResolutionTest extends IndexBindingResolutionTestBase {
|
||||
|
||||
public static class SingleProject extends IndexCPPTemplateResolutionTest {
|
||||
public SingleProject() {setStrategy(new SinglePDOMTestStrategy(true));}
|
||||
public static TestSuite suite() {return suite(SingleProject.class);}
|
||||
|
|
Loading…
Add table
Reference in a new issue