[LNT] r373608 - [LNT] NFC: Remove comment made outdated by rL373218
Hubert Tong via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 07:55:51 PDT 2019
Author: hubert.reinterpretcast
Date: Thu Oct 3 07:55:51 2019
New Revision: 373608
URL: http://llvm.org/viewvc/llvm-project?rev=373608&view=rev
Log:
[LNT] NFC: Remove comment made outdated by rL373218
Modified:
lnt/trunk/lnt/testing/__init__.py
Modified: lnt/trunk/lnt/testing/__init__.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/testing/__init__.py?rev=373608&r1=373607&r2=373608&view=diff
==============================================================================
--- lnt/trunk/lnt/testing/__init__.py (original)
+++ lnt/trunk/lnt/testing/__init__.py Thu Oct 3 07:55:51 2019
@@ -85,9 +85,6 @@ class Report:
at construction as a string, where each object is indented by
indent spaces compared to its parent.
"""
- # Note that we specifically override the encoding to avoid the
- # possibility of encoding errors. Clients which care about the
- # text encoding should supply unicode string objects.
if self.report_version == 2:
return json.dumps({'format_version': str(self.report_version),
'machine': self.machine.render(),
More information about the llvm-commits
mailing list