summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnrico Granata <egranata@apple.com>2014-08-26 23:27:51 +0000
committerEnrico Granata <egranata@apple.com>2014-08-26 23:27:51 +0000
commit689cdb189400f06fda1404933d13d3baf171fc59 (patch)
tree961212cb066f04b557423e4f19e18baed5a94c8f
parent8f46365481a4cbb97a80a0bbde1531d3228065aa (diff)
downloadbcm5719-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.py2
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)
OpenPOWER on IntegriCloud