owenpan added inline comments.

================
Comment at: clang/unittests/Format/FormatTest.cpp:23933
   verifyNoChange("FOO(String-ized&Messy+But(: :Still)=Intentional);", Style);
-  EXPECT_EQ(
-      "FOO(String-ized&Messy+But\\(: :Still)=Intentional);",
-      format("FOO(String-ized&Messy+But\\(: :Still)=Intentional);", Style));
+  verifyFormat("FOO(String-ized&Messy+But\\(: :Still)=Intentional);", Style);
   verifyNoChange("FOO(String-ized&Messy+But,: :Still=Intentional);", Style);
----------------
To be consistent with the surrounding test cases. (Will fix it before landing.)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D159051

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

Reply via email to