summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorKate Stone <katherine.stone@apple.com>2016-04-20 21:59:43 +0000
committerKate Stone <katherine.stone@apple.com>2016-04-20 21:59:43 +0000
commit7cc41e02c10f25616b6495d95cb7b6e4c98e1a67 (patch)
tree4de730b1646facca37c4206df70e6e6552cf2e27 /lldb/packages/Python/lldbsuite/test
parent98a4ba54df38879d1f93717ae1851a78597365f8 (diff)
downloadbcm5719-llvm-7cc41e02c10f25616b6495d95cb7b6e4c98e1a67.tar.gz
bcm5719-llvm-7cc41e02c10f25616b6495d95cb7b6e4c98e1a67.zip
Removed extraneous print() in decorator for enabling module debugging
llvm-svn: 266924
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/decorators.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/decorators.py b/lldb/packages/Python/lldbsuite/test/decorators.py
index 84bce6e6452..f5d194f6a46 100644
--- a/lldb/packages/Python/lldbsuite/test/decorators.py
+++ b/lldb/packages/Python/lldbsuite/test/decorators.py
@@ -509,7 +509,6 @@ def skipUnlessClangModules():
"""Decorate the item to skip test unless Clang -gmodules flag is supported."""
def is_compiler_clang_with_gmodules(self):
compiler_path = self.getCompiler()
- print(compiler_path)
compiler = os.path.basename(compiler_path)
if compiler != "clang":
return "Test requires clang as compiler"
OpenPOWER on IntegriCloud