Add config parsing test for new parameter.

llvm-svn: 182001
This commit is contained in:
Daniel Jasper 2013-05-16 12:16:23 +00:00
parent 3a685df7e0
commit 997af66087
1 changed files with 1 additions and 0 deletions

View File

@ -4233,6 +4233,7 @@ TEST_F(FormatTest, ParsesConfiguration) {
CHECK_PARSE_BOOL(AlignEscapedNewlinesLeft);
CHECK_PARSE_BOOL(AllowAllParametersOfDeclarationOnNextLine);
CHECK_PARSE_BOOL(AllowShortIfStatementsOnASingleLine);
CHECK_PARSE_BOOL(AllowShortLoopsOnASingleLine);
CHECK_PARSE_BOOL(BinPackParameters);
CHECK_PARSE_BOOL(ConstructorInitializerAllOnOneLineOrOnePerLine);
CHECK_PARSE_BOOL(DerivePointerBinding);