summaryrefslogtreecommitdiffstats
path: root/lldb/test/python_api/frame/TestFrames.py
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/test/python_api/frame/TestFrames.py')
-rw-r--r--lldb/test/python_api/frame/TestFrames.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/lldb/test/python_api/frame/TestFrames.py b/lldb/test/python_api/frame/TestFrames.py
index 053da2453b6..e9b1ed199e8 100644
--- a/lldb/test/python_api/frame/TestFrames.py
+++ b/lldb/test/python_api/frame/TestFrames.py
@@ -41,9 +41,6 @@ class FrameAPITestCase(TestBase):
VALID_BREAKPOINT)
# Now launch the process, and do not stop at the entry point.
- # Note that we don't assign the process to self.process as in other test
- # cases. We want the inferior to run till it exits and there's no need
- # for the testing framework to kill the inferior upon tearDown().
process = target.LaunchSimple(None, None, os.getcwd())
process = target.GetProcess()
OpenPOWER on IntegriCloud