Skip to content

Commit 280e2a4

Browse files
authored
Update FormatTest.cpp
1 parent 8380509 commit 280e2a4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clang/unittests/Format/FormatTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4476,6 +4476,7 @@ TEST_F(FormatTest, FormatsCompactNamespaces) {
44764476
"int k; } // namespace out",
44774477
Style);
44784478

4479+
Style.ColumnLimit = 41;
44794480
verifyFormat("namespace A { namespace B { namespace C {\n"
44804481
"}}} // namespace A::B::C",
44814482
"namespace A { namespace B {\n"

0 commit comments

Comments
 (0)