[PATCH] D107954: [Flang] test_symbols.py formatting fix

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 12 11:27:16 PDT 2021


Meinersbur added inline comments.


================
Comment at: flang/test/Semantics/test_symbols.py:47-49
+for line in unified_diff(diff1.split("\n"), diff3.split("\n"), n=999999,
                          fromfile="Expected output", tofile="Actual output"):
+    diff_check += f"{line}\n"
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107954



More information about the llvm-commits mailing list