[Lldb-commits] [lldb] b30dabf - [lldb] Don't enable expression log in TestEmptyStdModule.py

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Thu Nov 21 23:35:28 PST 2019


Author: Raphael Isemann
Date: 2019-11-22T08:34:08+01:00
New Revision: b30dabfe905b714b9161422b58199e2aa8938481

URL: https://github.com/llvm/llvm-project/commit/b30dabfe905b714b9161422b58199e2aa8938481
DIFF: https://github.com/llvm/llvm-project/commit/b30dabfe905b714b9161422b58199e2aa8938481.diff

LOG: [lldb] Don't enable expression log in TestEmptyStdModule.py

Thanks for pointing this out Jason!

Added: 
    

Modified: 
    lldb/packages/Python/lldbsuite/test/commands/expression/import-std-module/empty-module/TestEmptyStdModule.py

Removed: 
    


################################################################################
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 7df275d5badd..76e79df5cd1c 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 @@ def test(self):
             "// 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


        


More information about the lldb-commits mailing list