================
@@ -10937,12 +10945,6 @@ TEST_F(FormatTest, WrapsTemplateDeclarations) {
Style);
Style.RequiresClausePosition = FormatStyle::RCPS_WithPreceding;
- verifyNoChange("template <auto x>\n"
- "requires(x > 1)\n"
- "constexpr int with_req(int) {\n"
- " return 1;\n"
- "}",
- Style);
----------------
owenca wrote:
This test is for `BTDS_Leave`. You can't just change/delete it.
https://github.com/llvm/llvm-project/pull/159277
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits