diff options
-rw-r--r-- | lldb/test/README-TestSuite | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/README-TestSuite b/lldb/test/README-TestSuite index 21a6e5305ca..aea80b27a37 100644 --- a/lldb/test/README-TestSuite +++ b/lldb/test/README-TestSuite @@ -22,7 +22,7 @@ o dotest.py o lldbtest.py - Provides an abstract base class of lldb test case named 'TestVase', which in + Provides an abstract base class of lldb test case named 'TestBase', which in turn inherits from Python's unittest.TestCase. The concrete subclass can override lldbtest.TestBase in order to inherit the common behavior for unittest.TestCase.setUp/tearDown implemented in this file. |