Skip to content

Commit 78dfcb9

Browse files
authored
Delete a redundant assignment in ConfigParseTest.cpp
1 parent 87337ba commit 78dfcb9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clang/unittests/Format/ConfigParseTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -865,7 +865,6 @@ TEST(ConfigParseTest, ParsesConfiguration) {
865865
CHECK_PARSE("SortUsingDeclarations: true", SortUsingDeclarations,
866866
FormatStyle::SUD_LexicographicNumeric);
867867

868-
Style.WrapNamespaceBodyWithEmptyLines = FormatStyle::WNBWELS_Leave;
869868
CHECK_PARSE("WrapNamespaceBodyWithEmptyLines: Never",
870869
WrapNamespaceBodyWithEmptyLines, FormatStyle::WNBWELS_Never);
871870
CHECK_PARSE("WrapNamespaceBodyWithEmptyLines: Always",

0 commit comments

Comments
 (0)