forked from OSchip/llvm-project
Fix incorrect usage of buildDsym() in dwarf test
llvm-svn: 168371
This commit is contained in:
parent
a750049171
commit
e199a571cb
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue