astyle formatting
This commit is contained in:
parent
7d94230329
commit
fe8b6f0f95
|
@ -2698,9 +2698,9 @@ private:
|
|||
|
||||
void define_if4() {
|
||||
const char filedata[] = "#define X +123\n"
|
||||
"#if X==123\n"
|
||||
"FOO\n"
|
||||
"#endif";
|
||||
"#if X==123\n"
|
||||
"FOO\n"
|
||||
"#endif";
|
||||
Preprocessor preprocessor(NULL, this);
|
||||
ASSERT_EQUALS("\n\nFOO\n\n", preprocessor.getcode(filedata,"",""));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue