aboutsummaryrefslogtreecommitdiff
path: root/test/lldbtest.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-04-19 19:12:24 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-04-19 19:12:24 +0000
commitc391239ec60eb19e891674011973524c8a29963a (patch)
treeecf5745ca0eeccc83709f53afaac1b1d896afd11 /test/lldbtest.py
parentab6378a047f71aec5a12aeaf65ac2380f5ef808c (diff)
downloadlldb-c391239ec60eb19e891674011973524c8a29963a.tar.gz
Modify docstring.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@129786 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lldbtest.py')
-rw-r--r--test/lldbtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lldbtest.py b/test/lldbtest.py
index 3c8ea7e1e..d4a11abdb 100644
--- a/test/lldbtest.py
+++ b/test/lldbtest.py
@@ -953,5 +953,5 @@ class TestBase(unittest2.TestCase):
print child
def TraceOn(self):
- """Returns True if we are in trace mode (i.e., verbose output)."""
+ """Returns True if we are in trace mode (i.e., tracing lldb command execution)."""
return traceAlways