Skip to content

Commit a246202

Browse files
author
Galen Elias
committed
Add ConfigParseTest
1 parent 228bb34 commit a246202

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/unittests/Format/ConfigParseTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ TEST(ConfigParseTest, ParsesConfigurationBools) {
159159
CHECK_PARSE_BOOL(AllowShortCompoundRequirementOnASingleLine);
160160
CHECK_PARSE_BOOL(AllowShortEnumsOnASingleLine);
161161
CHECK_PARSE_BOOL(AllowShortLoopsOnASingleLine);
162+
CHECK_PARSE_BOOL(AllowShortNamespacesOnASingleLine);
162163
CHECK_PARSE_BOOL(BinPackArguments);
163164
CHECK_PARSE_BOOL(BreakAdjacentStringLiterals);
164165
CHECK_PARSE_BOOL(BreakAfterJavaFieldAnnotations);

0 commit comments

Comments
 (0)