[Lldb-commits] [PATCH] D32522: Test case for the issue raised in D32271
Ed Maste via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Apr 30 12:36:43 PDT 2017
emaste added inline comments.
================
Comment at: packages/Python/lldbsuite/test/functionalities/process_attach/TestProcessAttach.py:43
+ def test_attach_to_process_frm_different_dir_by_id(self):
+ """Test attach by process id"""
+ os.mkdir(os.path.join(os.getcwd(),'newdir'))
----------------
whitespace issue here in raw diff
https://reviews.llvm.org/D32522
More information about the lldb-commits
mailing list