MyDeveloperDay added inline comments.

================
Comment at: clang/unittests/Format/FormatTest.cpp:280
+                   "}",
+                   CustomStyle));
+  EXPECT_EQ("/* something */ namespace N\n"
----------------
I'm not sure I understand this.. why is this not

```
namespace N
{
int i;
}
```


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104044/new/

https://reviews.llvm.org/D104044

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to