diff options
author | Raphael Isemann <teemperor@gmail.com> | 2019-11-22 08:34:04 +0100 |
---|---|---|
committer | Raphael Isemann <teemperor@gmail.com> | 2019-11-22 08:34:08 +0100 |
commit | b30dabfe905b714b9161422b58199e2aa8938481 (patch) | |
tree | bd252f0b83d30516967a4d2138c616aa20da667f /lldb/packages/Python/lldbsuite | |
parent | a3b22da4e0ea84ed5890063926b6f54685c23225 (diff) | |
download | bcm5719-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')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py | 1 |
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 |