From: Enrico Granata Date: Fri, 17 Oct 2014 01:09:06 +0000 (+0000) Subject: Don't enable the log here. It was just me debugging X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4b2f7456adbd1276aaa30ab5614a8c9389a7286d;p=platform%2Fupstream%2Fllvm.git Don't enable the log here. It was just me debugging llvm-svn: 220011 --- diff --git a/lldb/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py b/lldb/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py index d494fa6..ae5a06a 100644 --- a/lldb/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py +++ b/lldb/test/lang/objc/objc-dynamic-value/TestObjCDynamicValue.py @@ -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)