Fix typo (dwarf/dsym mismatch) in testcase causing early failure on Linux

llvm-svn: 167771
This commit is contained in:
Daniel Malea 2012-11-12 22:43:13 +00:00
parent f1759fa915
commit d4214f0c86
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ class ExprCommandWithTimeoutsTestCase(TestBase):
@dwarf_test
def test_with_dwarf(self):
"""Test calling std::String member function."""
self.buildDsym()
self.buildDwarf()
self.call_function()
def call_function(self):