[Lldb-commits] [lldb] r266725 - Fix typo in TestSourceManager.py
Pavel Labath via lldb-commits
lldb-commits at lists.llvm.org
Tue Apr 19 02:31:14 PDT 2016
Author: labath
Date: Tue Apr 19 04:31:14 2016
New Revision: 266725
URL: http://llvm.org/viewvc/llvm-project?rev=266725&view=rev
Log:
Fix typo in TestSourceManager.py
Modified:
lldb/trunk/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py
Modified: lldb/trunk/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py?rev=266725&r1=266724&r2=266725&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/source-manager/TestSourceManager.py Tue Apr 19 04:31:14 2016
@@ -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")))
More information about the lldb-commits
mailing list