yusuke-kadowaki added a comment.
@mairacanal
Thank you for the catch!
================
Comment at: clang/unittests/Format/FormatTestComments.cpp:3101
+ // Allow to keep 2 empty lines
+ Style.MaxEmptyLinesToKeep = 2;
+ EXPECT_EQ("// do not touch\n"
----------------
This should probably be reset after this testcase to avoid side effects for
other test cases.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139029/new/
https://reviews.llvm.org/D139029
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits