mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 22:52:11 +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
|
||||
// void f(const char* s);
|
||||
// void test() {
|
||||
// f("aaa"MACRO);
|
||||
// F(f("aaa"MACRO));
|
||||
// }
|
||||
public void testStringConcatenationWithMacro() throws Exception {
|
||||
for (ParserLanguage lang : ParserLanguage.values()) {
|
||||
|
|
Loading…
Add table
Reference in a new issue