[Lldb-commits] [lldb] r132147 - /lldb/trunk/test/python_api/lldbutil/frame/TestFrameUtils.py
Johnny Chen
johnny.chen at apple.com
Thu May 26 14:43:19 PDT 2011
Author: johnny
Date: Thu May 26 16:43:19 2011
New Revision: 132147
URL: http://llvm.org/viewvc/llvm-project?rev=132147&view=rev
Log:
Simplify test setup; there's no need to pass a customized dictionary here.
Modified:
lldb/trunk/test/python_api/lldbutil/frame/TestFrameUtils.py
Modified: lldb/trunk/test/python_api/lldbutil/frame/TestFrameUtils.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/python_api/lldbutil/frame/TestFrameUtils.py?rev=132147&r1=132146&r2=132147&view=diff
==============================================================================
--- lldb/trunk/test/python_api/lldbutil/frame/TestFrameUtils.py (original)
+++ lldb/trunk/test/python_api/lldbutil/frame/TestFrameUtils.py Thu May 26 16:43:19 2011
@@ -20,7 +20,7 @@
def test_frame_utils(self):
"""Test utility functions for the frame object."""
- self.buildDefault(dictionary={'C_SOURCES': 'main.c'})
+ self.buildDefault()
self.frame_utils()
def frame_utils(self):
More information about the lldb-commits
mailing list