Skip to content

Commit b6219e2

Browse files
committed
address comment
1 parent 7d456ca commit b6219e2

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

clang/unittests/Format/FormatTest.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11238,13 +11238,6 @@ TEST_F(FormatTest, BreakBeforeTemplateCloser) {
1123811238
verifyFormat("template <typename Foo, typename Bar>\n"
1123911239
"void foo() {}",
1124011240
Style);
11241-
// It should allow a line break, even when the typename is short.
11242-
// verifyNoChange is needed because the default behavior is one line.
11243-
verifyNoChange("template <\n"
11244-
" typename Foo\n"
11245-
">\n"
11246-
"void foo() {}",
11247-
Style);
1124811241
// It should add a line break before > if not already present:
1124911242
verifyFormat("template <\n"
1125011243
" typename Foo\n"

0 commit comments

Comments
 (0)