aboutsummaryrefslogtreecommitdiff
path: root/test/lldbtest.py
diff options
context:
space:
mode:
authorJohnny Chen <johnny.chen@apple.com>2011-06-06 21:36:56 +0000
committerJohnny Chen <johnny.chen@apple.com>2011-06-06 21:36:56 +0000
commit35ec4f14d52bec01c6fa6dd8196b5dc167224a6d (patch)
tree758eb37edb798f32c59923583821edbf8ce67a37 /test/lldbtest.py
parent6561155acc9dee660de73e4aa8215839a06f01a7 (diff)
downloadlldb-35ec4f14d52bec01c6fa6dd8196b5dc167224a6d.tar.gz
Remove extra whitespace.
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132692 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lldbtest.py')
-rw-r--r--test/lldbtest.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lldbtest.py b/test/lldbtest.py
index 48782e83e..21fddcc96 100644
--- a/test/lldbtest.py
+++ b/test/lldbtest.py
@@ -391,7 +391,6 @@ class TestBase(unittest2.TestCase):
build the binaries used during a particular test scenario. A plugin
should be provided for the sys.platform running the test suite. The
Mac OS X implementation is located in plugins/darwin.py.
-
"""
@classmethod