diff options
Diffstat (limited to 'packages/Python/lldbsuite/test/test_runner/process_control.py')
-rw-r--r-- | packages/Python/lldbsuite/test/test_runner/process_control.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Python/lldbsuite/test/test_runner/process_control.py b/packages/Python/lldbsuite/test/test_runner/process_control.py index 720f5112a4cd8..0b25874c24cf2 100644 --- a/packages/Python/lldbsuite/test/test_runner/process_control.py +++ b/packages/Python/lldbsuite/test/test_runner/process_control.py @@ -9,7 +9,7 @@ within the LLDB test suite. This module provides process-management support for the LLDB test -running infrasructure. +running infrastructure. """ # System imports |