mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-23 17:05:26 +02:00
Removed external dependencies.
This commit is contained in:
parent
66ce99e5a9
commit
c09235c6d1
1 changed files with 3 additions and 12 deletions
|
@ -137,29 +137,20 @@ public class IndexCPPBindingResolutionBugs extends IndexBindingResolutionTestBas
|
|||
// class Temp {
|
||||
// };
|
||||
|
||||
// #include <stdio.h>
|
||||
// #include <stdlib.h>
|
||||
// #include "test.h"
|
||||
// int main(void) {
|
||||
// puts("Hello World!!!");
|
||||
//
|
||||
// Temp testFile;
|
||||
// testTemplate(testFile);
|
||||
//
|
||||
// return EXIT_SUCCESS;
|
||||
// void main(void) {
|
||||
// Temp testFile;
|
||||
// testTemplate(testFile);
|
||||
// }
|
||||
public void testBug207320() {
|
||||
IBinding b0= getBindingFromASTName("testTemplate(", 12);
|
||||
assertInstance(b0, ICPPFunction.class);
|
||||
assertInstance(b0, ICPPTemplateInstance.class);
|
||||
}
|
||||
|
||||
|
||||
// class testdef{
|
||||
//
|
||||
// public:
|
||||
// void testagain();
|
||||
//
|
||||
// };
|
||||
//
|
||||
// typedef void TAny;
|
||||
|
|
Loading…
Add table
Reference in a new issue