[PATCH] D65751: [LNT] Add support for v2 fmt in test data library

Thomas Preud'homme via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 13 07:20:00 PDT 2019


thopre marked an inline comment as done.
thopre added inline comments.


================
Comment at: lnt/testing/__init__.py:52
         """
+        assert self.report_version <= 2
+
----------------
cmatthews wrote:
> Could you add a comment or assertion text explaining why this check is needed.
Are these comments appropriate?


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

https://reviews.llvm.org/D65751





More information about the llvm-commits mailing list