Don't enable the log here. It was just me debugging
authorEnrico Granata <egranata@apple.com>
Fri, 17 Oct 2014 01:09:06 +0000 (01:09 +0000)
committerEnrico Granata <egranata@apple.com>
Fri, 17 Oct 2014 01:09:06 +0000 (01:09 +0000)
llvm-svn: 220011

lldb/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py

index d494fa6..ae5a06a 100644 (file)
@@ -126,7 +126,6 @@ class ObjCDynamicValueTestCase(TestBase):
         # This test is not entirely related to the main thrust of this test case, but since we're here,
         # try stepping into setProperty, and make sure we get into the version in Source:
 
-        self.runCmd("log enable lldb step")
         thread.StepInto()
 
         threads = lldbutil.get_stopped_threads (process, lldb.eStopReasonPlanComplete)