forked from OSchip/llvm-project
Simplify test setup; there's no need to pass a customized dictionary here.
llvm-svn: 132147
This commit is contained in:
parent
f546f411b0
commit
0c0f977840
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue