Fix typo in TestSourceManager.py

llvm-svn: 266725
This commit is contained in:
Pavel Labath 2016-04-19 09:31:14 +00:00
parent bec9572213
commit 79b25d5ea4
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ class SourceManagerTestCase(TestBase):
self.expect("source list -f main.c -l %d" % self.line, SOURCE_DISPLAYED_CORRECTLY,
substrs = ['Hello lldb'])
def test_set_breakpoint_with_absloute_path(self):
def test_set_breakpoint_with_absolute_path(self):
self.build()
self.runCmd("settings set target.source-map %s %s" % (os.getcwd(), os.path.join(os.getcwd(), "hidden")))