diff options
author | Pavel Labath <labath@google.com> | 2016-04-19 09:31:14 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2016-04-19 09:31:14 +0000 |
commit | 79b25d5ea4fd31267a163a9862f153d20e4fdbfe (patch) | |
tree | 7d658b2f77c55679f068cdb49205980adda9a32a /lldb/packages/Python/lldbsuite/test/source-manager | |
parent | bec95722139eafc6fb44dae328d5ca79b51f473a (diff) | |
download | bcm5719-llvm-79b25d5ea4fd31267a163a9862f153d20e4fdbfe.tar.gz bcm5719-llvm-79b25d5ea4fd31267a163a9862f153d20e4fdbfe.zip |
Fix typo in TestSourceManager.py
llvm-svn: 266725
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/source-manager')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py b/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py index b4bffaf6863..d927ea1e15f 100644 --- a/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py +++ b/lldb/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py @@ -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"))) |