Need to call self.buildDefault() before running the test logic.

llvm-svn: 113881
This commit is contained in:
Johnny Chen 2010-09-14 22:50:50 +00:00
parent e7e92b771a
commit 6c3f6862cc
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ class OrderFileTestCase(TestBase):
def test_order_file(self):
"""Test debug symbols follow the correct order by the order file."""
self.buildDefault()
exe = os.path.join(os.getcwd(), "a.out")
self.runCmd("file " + exe, CURRENT_EXECUTABLE_SET)