1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 09:46:02 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2010-04-11 04:10:49 +00:00
parent 1aee4fbb4d
commit 36740b0a89

View file

@ -797,7 +797,6 @@ public abstract class IndexCPPBindingResolutionTest extends IndexBindingResoluti
assertTrue(ICPPVariable.class.isInstance(b5)); assertTrue(ICPPVariable.class.isInstance(b5));
} }
////header content ////header content
//struct S {int i;}; //struct S {int i;};
//struct SS { S s, *sp; }; //struct SS { S s, *sp; };
@ -847,7 +846,6 @@ public abstract class IndexCPPBindingResolutionTest extends IndexBindingResoluti
IBinding b18 = getBindingFromASTName("i/*18*/", 1); IBinding b18 = getBindingFromASTName("i/*18*/", 1);
} }
// // header file // // header file
// class C {public: C* cp;}; // class C {public: C* cp;};
// C foo(C c); // C foo(C c);