diff options
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/test_runner')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/test_runner/process_control.py | 1 | ||||
-rwxr-xr-x | lldb/packages/Python/lldbsuite/test/test_runner/test/test_process_control.py | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py b/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py index 17a0b0f4963..687f1058a11 100644 --- a/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py +++ b/lldb/packages/Python/lldbsuite/test/test_runner/process_control.py @@ -503,7 +503,6 @@ class ProcessDriver(object): Do not attempt to reap the process (i.e. use wait()) in this method. That will interfere with the kill mechanism and return code processing. """ - pass def write(self, content): # pylint: disable=no-self-use diff --git a/lldb/packages/Python/lldbsuite/test/test_runner/test/test_process_control.py b/lldb/packages/Python/lldbsuite/test/test_runner/test/test_process_control.py index d1f7da67dc1..f31e33c292a 100755 --- a/lldb/packages/Python/lldbsuite/test/test_runner/test/test_process_control.py +++ b/lldb/packages/Python/lldbsuite/test/test_runner/test/test_process_control.py @@ -16,7 +16,6 @@ from __future__ import print_function # System imports. import os import os.path -import platform import unittest import sys import threading |