1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-01 06:05:24 +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
// #include "header.h"
@ -1217,7 +1216,6 @@ public class IndexBugsTests extends BaseTestCase {
}
}
// typedef bug200553_A bug200553_B;
// typedef bug200553_B bug200553_A;
public void testTypedefRecursionCpp_Bug200553() throws Exception {
@ -1513,7 +1511,6 @@ public class IndexBugsTests extends BaseTestCase {
}
}
// typedef int unrelated;
// class unrelated {
@ -1625,7 +1622,6 @@ public class IndexBugsTests extends BaseTestCase {
}
}
// #include <header.h>
// #define _CONCAT(x,y) x##y
// #define CONCAT(x,y) _CONCAT(x,y)
@ -1674,7 +1670,6 @@ public class IndexBugsTests extends BaseTestCase {
}
}
// #include "dir"
// #include "header.h"
public void testInclusionOfFolders_Bug243682() throws Exception {
@ -1698,7 +1693,6 @@ public class IndexBugsTests extends BaseTestCase {
}
}
// #ifndef B_H
// #include "b.h"
// #endif
@ -1789,7 +1783,6 @@ public class IndexBugsTests extends BaseTestCase {
}
}
// #include "B.cpp"
// static int STATIC;
@ -2430,5 +2423,4 @@ public class IndexBugsTests extends BaseTestCase {
index.releaseReadLock();
}
}
}