astyle formatting

This commit is contained in:
Daniel Marjamäki 2012-09-26 18:17:02 +02:00
parent 753942df0c
commit 8010bcfbe8
1 changed files with 1 additions and 1 deletions

View File

@ -2220,7 +2220,7 @@ private:
void template35() { // #4074 - "A<'x'> a;" is not recognized as template instantiation
const char code[] = "template <char c> class A {};\n"
"A<'x'> a;";
"A<'x'> a;";
ASSERT_EQUALS("A<'x'> a ; class A<'x'> { }", tok(code));
}