Fix typos.

llvm-svn: 149710
This commit is contained in:
Johnny Chen 2012-02-03 20:50:56 +00:00
parent 4290be4386
commit 9dad8ae6c6
1 changed files with 2 additions and 2 deletions

View File

@ -29,13 +29,13 @@ class STLTestCase(TestBase):
@python_api_test
def test_SBType_template_aspects_with_dsym(self):
"""Test APIs for getting template arguments from a SBType."""
"""Test APIs for getting template arguments from an SBType."""
self.buildDsym()
self.sbtype_template_apis()
@python_api_test
def test_SBType_template_aspects_with_dwarf(self):
"""Test APIs for getting template arguments from a SBType."""
"""Test APIs for getting template arguments from an SBType."""
self.buildDwarf()
self.sbtype_template_apis()