Fix incorrect usage of buildDsym() in dwarf test

llvm-svn: 168371
This commit is contained in:
Daniel Malea 2012-11-20 16:08:36 +00:00
parent a750049171
commit e199a571cb
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ class ExprFormattersTestCase(TestBase):
@dwarf_test
def test_with_dwarf(self):
"""Test expr + formatters for good interoperability."""
self.buildDsym()
self.buildDwarf()
self.do_my_test()
def do_my_test(self):