summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
diff options
context:
space:
mode:
authorRaphael Isemann <teemperor@gmail.com>2019-11-22 08:34:04 +0100
committerRaphael Isemann <teemperor@gmail.com>2019-11-22 08:34:08 +0100
commitb30dabfe905b714b9161422b58199e2aa8938481 (patch)
treebd252f0b83d30516967a4d2138c616aa20da667f /lldb/packages/Python/lldbsuite/test
parenta3b22da4e0ea84ed5890063926b6f54685c23225 (diff)
downloadbcm5719-llvm-b30dabfe905b714b9161422b58199e2aa8938481.tar.gz
bcm5719-llvm-b30dabfe905b714b9161422b58199e2aa8938481.zip
[lldb] Don't enable expression log in TestEmptyStdModule.py
Thanks for pointing this out Jason!
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test')
-rw-r--r--lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py b/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
index 7df275d5bad..76e79df5cd1 100644
--- a/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
+++ b/lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py
@@ -28,7 +28,6 @@ class ImportStdModule(TestBase):
"// Set break point at this line.", lldb.SBFileSpec("main.cpp"))
self.runCmd("settings set target.import-std-module true")
- self.runCmd("log enable lldb expr")
# Use the typedef that is only defined in our 'empty' module. If this fails, then LLDB
# somehow figured out the correct define for the header and compiled the right
OpenPOWER on IntegriCloud