================
@@ -40,6 +40,13 @@ class FormatTestTableGen : public ::testing::Test {
     EXPECT_EQ(Code.str(), format(Code)) << "Expected code is not stable";
     EXPECT_EQ(Code.str(), format(test::messUp(Code)));
   }
+
+  static void verifyFormat(llvm::StringRef Code, const FormatStyle &Style) {
----------------
rymiel wrote:

It seems like this file was never brought up to date with all the other tests 
when f8d10d5ac9ab4b45b388c74357fc82fb96562e66 happened

https://github.com/llvm/llvm-project/pull/76059
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to