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

llvm-svn: 132147
This commit is contained in:
Johnny Chen 2011-05-26 21:43:19 +00:00
parent f546f411b0
commit 0c0f977840
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ class FrameUtilsTestCase(TestBase):
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):