mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-25 18:05:33 +02:00
Improved testStringConcatenationWithMacro test.
This commit is contained in:
parent
54f1facfbe
commit
28167f47fc
1 changed files with 2 additions and 1 deletions
|
@ -699,11 +699,12 @@ public class AST2Tests extends AST2TestBase {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// #define F(a) a
|
||||||
// #define _MACRO "macro"
|
// #define _MACRO "macro"
|
||||||
// #define MACRO _MACRO
|
// #define MACRO _MACRO
|
||||||
// void f(const char* s);
|
// void f(const char* s);
|
||||||
// void test() {
|
// void test() {
|
||||||
// f("aaa"MACRO);
|
// F(f("aaa"MACRO));
|
||||||
// }
|
// }
|
||||||
public void testStringConcatenationWithMacro() throws Exception {
|
public void testStringConcatenationWithMacro() throws Exception {
|
||||||
for (ParserLanguage lang : ParserLanguage.values()) {
|
for (ParserLanguage lang : ParserLanguage.values()) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue