1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-02 05:45:58 +02:00

Cosmetics.

This commit is contained in:
Sergey Prigogin 2014-10-08 13:58:20 -07:00
parent ead5d54e4b
commit e83e8a688b

View file

@ -406,7 +406,7 @@ public class AST2CPPTests extends AST2TestBase {
// typedef enum { // typedef enum {
// CINIT(FILE, OBJECTPOINT, 1), // CINIT(FILE, OBJECTPOINT, 1),
// CINIT(URL, OBJECTPOINT, 2) // CINIT(URL, OBJECTPOINT, 2)
// } CURLoption ; // } CURLoption;
public void testBug102825() throws Exception { public void testBug102825() throws Exception {
parseAndCheckBindings(getAboveComment()); parseAndCheckBindings(getAboveComment());
} }