diff options
author | Enrico Granata <egranata@apple.com> | 2014-08-26 23:27:51 +0000 |
---|---|---|
committer | Enrico Granata <egranata@apple.com> | 2014-08-26 23:27:51 +0000 |
commit | 689cdb189400f06fda1404933d13d3baf171fc59 (patch) | |
tree | 961212cb066f04b557423e4f19e18baed5a94c8f | |
parent | 8f46365481a4cbb97a80a0bbde1531d3228065aa (diff) | |
download | bcm5719-llvm-689cdb189400f06fda1404933d13d3baf171fc59.tar.gz bcm5719-llvm-689cdb189400f06fda1404933d13d3baf171fc59.zip |
There seems to be no sane reason for a test case to enable logging every time it runs.. probably leftover from when I was debugging it
llvm-svn: 216502
-rw-r--r-- | lldb/test/functionalities/data-formatter/rdar-12437442/TestRdar12437442.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/test/functionalities/data-formatter/rdar-12437442/TestRdar12437442.py b/lldb/test/functionalities/data-formatter/rdar-12437442/TestRdar12437442.py index 86d88ab0b03..e08fcb2d06e 100644 --- a/lldb/test/functionalities/data-formatter/rdar-12437442/TestRdar12437442.py +++ b/lldb/test/functionalities/data-formatter/rdar-12437442/TestRdar12437442.py @@ -56,8 +56,6 @@ class DataFormatterRdar12437442TestCase(TestBase): # Execute the cleanup function during test case tear down. self.addTearDownHook(cleanup) - self.runCmd("log enable lldb types -f types.log") - # Now run the bulk of the test id_x = self.dbg.GetSelectedTarget().GetProcess().GetSelectedThread().GetSelectedFrame().FindVariable("x") id_x.SetPreferDynamicValue(lldb.eDynamicCanRunTarget) |