[Lldb-commits] [lldb] 4436178 - [lldb] fix typo in comment for lldbtest.py
Konrad Kleine via lldb-commits
lldb-commits at lists.llvm.org
Thu Mar 19 07:08:37 PDT 2020
Author: Konrad Kleine
Date: 2020-03-19T10:08:11-04:00
New Revision: 44361782e2c252c8886cd77f6b7d4ebe64fb6e8d
URL: https://github.com/llvm/llvm-project/commit/44361782e2c252c8886cd77f6b7d4ebe64fb6e8d
DIFF: https://github.com/llvm/llvm-project/commit/44361782e2c252c8886cd77f6b7d4ebe64fb6e8d.diff
LOG: [lldb] fix typo in comment for lldbtest.py
Added:
Modified:
lldb/packages/Python/lldbsuite/test/lldbtest.py
Removed:
################################################################################
diff --git a/lldb/packages/Python/lldbsuite/test/lldbtest.py b/lldb/packages/Python/lldbsuite/test/lldbtest.py
index f8f916036f9a..966d460ea13d 100644
--- a/lldb/packages/Python/lldbsuite/test/lldbtest.py
+++ b/lldb/packages/Python/lldbsuite/test/lldbtest.py
@@ -1,7 +1,7 @@
"""
LLDB module which provides the abstract base class of lldb test case.
-The concrete subclass can override lldbtest.TesBase in order to inherit the
+The concrete subclass can override lldbtest.TestBase in order to inherit the
common behavior for unitest.TestCase.setUp/tearDown implemented in this file.
The subclass should override the attribute mydir in order for the python runtime
More information about the lldb-commits
mailing list