1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-31 12:55:40 +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 {
// CINIT(FILE, OBJECTPOINT, 1),
// CINIT(URL, OBJECTPOINT, 2)
// } CURLoption ;
// } CURLoption;
public void testBug102825() throws Exception {
parseAndCheckBindings(getAboveComment());
}