Run astyle.

This commit is contained in:
Edoardo Prezioso 2012-01-15 19:47:51 +01:00
parent 4b08b13845
commit 4d239d0bf7
1 changed files with 1 additions and 1 deletions

View File

@ -601,7 +601,7 @@ private:
void tokenize19() {
// #3006 - added hasComplicatedSyntaxErrorsInTemplates to avoid segmentation fault
tokenizeAndStringify("x < () <");
// #3496 - make sure hasComplicatedSyntaxErrorsInTemplates works
ASSERT_EQUALS("void a ( Fred * f ) { for ( ; n < f . x ( ) ; ) { } }",
tokenizeAndStringify("void a(Fred* f) MACRO { for (;n < f->x();) {} }"));