[Lldb-commits] [PATCH] D50751: Allow use of self.filecheck in LLDB tests (c.f self.expect)

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Sep 18 01:38:24 PDT 2018


teemperor accepted this revision.
teemperor added a comment.
This revision is now accepted and ready to land.

LGTM minus one small detail (see inline comment). Thanks Vedant!



================
Comment at: lldb/packages/Python/lldbsuite/test/lldbtest.py:51
 import sys
+import tempfile
 import time
----------------
I think we don't need that import anymore.


https://reviews.llvm.org/D50751





More information about the lldb-commits mailing list