forked from OSchip/llvm-project
Fix typo (dwarf/dsym mismatch) in testcase causing early failure on Linux
llvm-svn: 167771
This commit is contained in:
parent
f1759fa915
commit
d4214f0c86
|
@ -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):
|
||||
|
|
Loading…
Reference in New Issue