Simplify test setup; there's no need to pass a customized dictionary here.

llvm-svn: 132147
diff --git a/lldb/test/python_api/lldbutil/frame/TestFrameUtils.py b/lldb/test/python_api/lldbutil/frame/TestFrameUtils.py
index d581104..ff9723b 100644
--- a/lldb/test/python_api/lldbutil/frame/TestFrameUtils.py
+++ b/lldb/test/python_api/lldbutil/frame/TestFrameUtils.py
@@ -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):