1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2011-08-24 19:58:30 -07:00
parent 64c383952a
commit beeef2d87c

View file

@ -1164,7 +1164,6 @@ public class IndexBugsTests extends BaseTestCase {
} }
} }
// #define MAC(...) Bug200239 // #define MAC(...) Bug200239
// #include "header.h" // #include "header.h"
@ -1217,7 +1216,6 @@ public class IndexBugsTests extends BaseTestCase {
} }
} }
// typedef bug200553_A bug200553_B; // typedef bug200553_A bug200553_B;
// typedef bug200553_B bug200553_A; // typedef bug200553_B bug200553_A;
public void testTypedefRecursionCpp_Bug200553() throws Exception { public void testTypedefRecursionCpp_Bug200553() throws Exception {
@ -1513,7 +1511,6 @@ public class IndexBugsTests extends BaseTestCase {
} }
} }
// typedef int unrelated; // typedef int unrelated;
// class unrelated { // class unrelated {
@ -1625,7 +1622,6 @@ public class IndexBugsTests extends BaseTestCase {
} }
} }
// #include <header.h> // #include <header.h>
// #define _CONCAT(x,y) x##y // #define _CONCAT(x,y) x##y
// #define CONCAT(x,y) _CONCAT(x,y) // #define CONCAT(x,y) _CONCAT(x,y)
@ -1674,7 +1670,6 @@ public class IndexBugsTests extends BaseTestCase {
} }
} }
// #include "dir" // #include "dir"
// #include "header.h" // #include "header.h"
public void testInclusionOfFolders_Bug243682() throws Exception { public void testInclusionOfFolders_Bug243682() throws Exception {
@ -1698,7 +1693,6 @@ public class IndexBugsTests extends BaseTestCase {
} }
} }
// #ifndef B_H // #ifndef B_H
// #include "b.h" // #include "b.h"
// #endif // #endif
@ -1789,7 +1783,6 @@ public class IndexBugsTests extends BaseTestCase {
} }
} }
// #include "B.cpp" // #include "B.cpp"
// static int STATIC; // static int STATIC;
@ -2430,5 +2423,4 @@ public class IndexBugsTests extends BaseTestCase {
index.releaseReadLock(); index.releaseReadLock();
} }
} }
} }