mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-06-07 09:46:02 +02:00
Cosmetics.
This commit is contained in:
parent
1aee4fbb4d
commit
36740b0a89
1 changed files with 3 additions and 5 deletions
|
@ -797,7 +797,6 @@ public abstract class IndexCPPBindingResolutionTest extends IndexBindingResoluti
|
|||
assertTrue(ICPPVariable.class.isInstance(b5));
|
||||
}
|
||||
|
||||
|
||||
////header content
|
||||
//struct S {int i;};
|
||||
//struct SS { S s, *sp; };
|
||||
|
@ -847,7 +846,6 @@ public abstract class IndexCPPBindingResolutionTest extends IndexBindingResoluti
|
|||
IBinding b18 = getBindingFromASTName("i/*18*/", 1);
|
||||
}
|
||||
|
||||
|
||||
// // header file
|
||||
// class C {public: C* cp;};
|
||||
// C foo(C c);
|
||||
|
|
Loading…
Add table
Reference in a new issue