[Lldb-commits] [PATCH] D91056: [lldb] [test] Skip ObjC-based tests via 'objc' category
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 10 02:25:18 PST 2020
mgorny marked an inline comment as done.
mgorny added inline comments.
================
Comment at: lldb/packages/Python/lldbsuite/test/dotest.py:839
+def checkObjcSupport():
+ from . import lldbplatformutil
+ if not lldbplatformutil.platformIsDarwin():
----------------
teemperor wrote:
> nit: we do `from lldbsuite.test import lldbplatformutil` in the surrounding code, so that seems more consistent.
Thanks, will fix it in place.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D91056/new/
https://reviews.llvm.org/D91056
More information about the lldb-commits
mailing list